Hi,
I know, that using "IF" with "=NL(Rows)" is working, when using the right combination like =NL("rows";IF (B2=XYZ)….
But does this also works with =NL("Count";IF…) and =NL("sum";IF…)……….. ?
Does anyon know?
THX for helping..
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi,
The only reason you need to use the IF function with the table parameter in an NL(Rows) is because it is a replicator and it won't replicate if you put the IF(B2=XYZ,NL(Rows…)). However, with NL(Sum) and NL(Count), there is no replication, so you can just put them inside the IF statement like IF(B2=XYZ,NL(Sum,…),0).
Does that answer your question?
Regards,
Hughes
Please sign in to leave a comment.