0

Using a Hide Row IF statement

I have a report which uses both NL(Column) and NL(Row) functions to generate a report. The NL(Column) function which returns all months within a specified data range filter, and the NL(Row) function which returns a sum for all accounts within a specified range of accounts. Question: Is there a way to have this jet reports hide a row in which all cells in all columns return a zero value for the sum?

Example:

Acc. #: July/ August/ September/ ect…
Acc# 1: 0.00/ 30.00/ 125.00/
Acc# 2: 5.00/ 15.00/ 130.00/
Acc# 3: 0.00/ 0.00/ 0.00/ <——I would like this row would be forced to hide
Acc# 4: 3.00/ 10.00/ 177.00/
Acc# 5: 2.00/ 17.00/ 130.00/


Thanks for the help and any ideas!

4 comments

Please sign in to leave a comment.