I have probably the simplest question but I am really strugeling. I want to use a <> or < in a filter with a cell reference in a nl() function. It looks like this: NL("Sum";"Sales Line";"Quantity";"Pref Shipment Date";"<>B3";"No.";"XYZ") where B3 is the cell reference. I am probably using the wrong quotes (one double quote) in this filter as it sees not the cell reference but the value B3. Can someone please tell me which quotes or syntax to use? Thanks, Andor
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Andor,
Try something like this:=NL("Sum";"Sales Line";"Quantity";"Pref Shipment Date";"<>"&B3;"No.";"XYZ")
Does that work for you?
Regards,
Hughes -
Jet Reports Historic Posts Hughes, Thanks that did the trick, Andor
Please sign in to leave a comment.