0

Problems with Filtering using NL function

Hi,

In my item ledger entries I have a filed indicating which bank was used for payment. the field can take on of 4 values,
FOR A
FOR B
CRED A
CRED B
And Blanks
I would like to create two lists of all purchases with FOR as bank or blanks and a second list including all purchases with CRED as bank.

I thought of the following:
one list: NL("rows","item ledger entry","Lot","Bank","<>CRED*")
the second list: NL("rows","item ledger entry","Lot","Bank","CRED*")
The seoncd list shows indeed all the entries with CRED banks but the firs list returns all the entries from all banks so the filter seems not to work for the first list.

do you have an idea how to design the filter correctly.

Gideon

2 comments

Please sign in to leave a comment.