Hi Community,
I'm trying to pull out Customer and Inventory Posting Groups, however, I notice that when I click Run in Jet report, the posting groups will duplicate.
May I know the codes to prevent the duplicates?
Currently, my codes is like this:
=@NL("Rows","Customer Posting Group","Code","Company=",Options!$C$2)
Where Options is the another tab which tells Jet report from which company I'm pulling out from.
Thank you!