0

how I can compare two table fields on the NL filter

Hi,
I have jet essentials with MS Dynamics NAV and I need to do the following filter on the purchase line table:
select all from purchase line where
no. = <cell reference>, document type = "order", quantity received > quantity invoiced

I can write the NL formula up to the part of "quantity received > quantity invoiced" - not sure how I can compare two table fields on the NL filter.

Anyone could share how to get this done?

This is how I have the NL formula so far:
=nl("rows","purchase line", , "no.", X9, "document type", "order", "quantity received", ???????

Thanks in advance!!!

Fabiana

3 comments

Please sign in to leave a comment.