0

Find out which Company a record was pulled from?

Hi Jet team,

We are using 40 companies in Navision. I have a Jet report that grabs G/L Entries from 39 of those NAV Companies (all but one) and puts them in a combined report that lists all the G/L Entries from those 39 companies. To achieve this, I used a NL(Filter) on the Company table to create a filter of all the company names except that one company:

=NL("Filter","Company","Name","Name","<>Company40")

Then I have a "rows" function that returns a list of all G/L Entries, using the "Company=" filter, with the filter being the result of that expression.

My question is: since now all the G/L Entries are in one list, but each row could be from any of the 39 companies, is there a way to tell which record came from which of the 39 companies (so that maybe i could add an extra field called "company name" that would tell me which of the 39 this particular transaction took place in?)

Thanks in advance
Bobby

2 comments

Please sign in to leave a comment.