If I have a table that returns lookup data and I put a calculation in a field that sums the value of 2 other fields on the row, as data is returned from the lookup the table row size always remains the largest last size.
For example if I return 10 rows, then the lookup runs again and returns 2 row, there will still be 10 rows because of the previous calculations.
Can I have calculations in place only to calculate on the data returned from the lookup and not try to save previous calculated rows?
This is what it looks like when I return 1 row for example after the previous lookup included more rows