0

NL("Sum"...outputs data but NL("Rows"....doesn't

I have two formulae, one to extract the total value of G/L entry transactions with various filters, and another to extract the transactions from the G/L Entry table that result in that total value: formulae as follows:

=nl("Sum","G/L Entry","Amount","0",$K6,"G/L Account No.",$B8,"DEPARTMENT",$C8,"JOB",$D8,"Posting Date",TEXT(M$3,"dd/mm/yyyy")&".."&TEXT(M$4,"dd/mm/yyyy"))

=nl("Rows","G/L Entry","Amount","0",$K6,"G/L Account No.",$B8,"DEPARTMENT",$C8,"JOB",$D8,"Posting Date",TEXT(M$3,"dd/mm/yyyy")&".."&TEXT(M$4,"dd/mm/yyyy"))

The first of these ("Sum") is working fine and giving me the total value of transactions based on the filters entered; however, the second ("Rows") is outputting no transaction data, even though that data is there. If I set the "JOB" filter to "*", however, I do get data (but unfiltered by JOB), so it appears that JOB filter (which is actually the Shortcut Dimension 4 Code in our G/L setup) is the problem. I'm struggling to understand why what works for one isn't working for the other; has anyone else encountered this, and can anyone help me resolve the issue?

Thanks

2 comments

Please sign in to leave a comment.