Hi,
I have a report in which I have 4 formulas in the details section, and I am trying to add each row in a fifth formula.
The issue is 0 values that I want to exclude from the formula. The formulas are a variation of:
if {TestMainList.Description} = "Wt 1" then tonumber({TestResults.ResultText})
The other formulas are the same except the Testmainlist.description field is "Wt 2" "Wt 3" and "Wt 4"
It seems simple but for every four records there are 3 zeroes and I don't want these to show. For example:
0.00 0.00 1.05 0.00
0.00 1.05 0.00 0.00
0.99 0.00 0.00 0.00
0.00 0.00 0.00 1.01
There is a total of 32 rows, which each 4 rows containing one non-0 number in each column. I want it to add and then average the non zero numbers for each 4 rows.
Thanks
I have a report in which I have 4 formulas in the details section, and I am trying to add each row in a fifth formula.
The issue is 0 values that I want to exclude from the formula. The formulas are a variation of:
if {TestMainList.Description} = "Wt 1" then tonumber({TestResults.ResultText})
The other formulas are the same except the Testmainlist.description field is "Wt 2" "Wt 3" and "Wt 4"
It seems simple but for every four records there are 3 zeroes and I don't want these to show. For example:
0.00 0.00 1.05 0.00
0.00 1.05 0.00 0.00
0.99 0.00 0.00 0.00
0.00 0.00 0.00 1.01
There is a total of 32 rows, which each 4 rows containing one non-0 number in each column. I want it to add and then average the non zero numbers for each 4 rows.
Thanks