0

Case sensitive filtering

I am creating a Jet Report: Sales by Province/State. However, the Province/State field on both the Customer and Ship-to cards are text. This has lead to users entering variations for the province of Ontario like ON and On.
Therefore, when the following NL is executed the same results are returned for province ON and On:

=NL("Sum","21 Cust. Ledger Entry","Sales (LCY)","Document Type","Invoice","Posting Date",$C$7,"LINK=","112 Sales Invoice Header","3 No.", "=6 Document No.","92 Ship-to County","@@"&$F15)

Bear in mind the Province/State field is optional so can have a value of blank in the Sales Invoice Header table. In column F15 there is one row with a value of On and another row with a value of ON and both yield the same value which is impossible. How can the NL function syntax be changed to indicate EXACT match on case?

1 comment

Please sign in to leave a comment.