0

Dont show if sum is 0

Hey guys

In this NL im telling jet reports to skip any lines where the amount is 0. But id really rather prefer it to filter out any records where the sum = 0, if a G/L account is balanced it will still show up as 0 though id prefer it to not be shown at all.

=NL("Rows";"G/L Entry";"G/L Account No.";"Posting Date";$E$4;"G/L Account No.";"700000..799999";"Amount";"<>0";"-=-NL(""Sum"";""G/L Entry"";""Amount"";""Amount"";""<>0"";""G/L Account No."";NF(;""G/L Account No."");""Posting Date"";$E$4;""company="";$E$5)";"*")

Again any advise you could give me would be greatly appreciated.

3 comments

Please sign in to leave a comment.