0

Different companies in different sheets

Hi there!

I need your help with a new report I have to create:

There is this Navision database with 70-80 companies and I have to filter a number of these companies to different sheets. e.g. 20 in first sheet, 15 in second, 40 in third and 5 in the last.

I always use an options sheet for ease of use by the user to enter the filter criteria. So, my first attmempt was to provide different company filters for each sheet (lookup) which linked to the rows-companies for each sheet. This does not work…moreover, the biggest group with 40 companies is not accepted (maybe because of a limitation of characters).

I used these:

per sheet –> =NL("Rows","Company","Name",,,,,,,,,,,,,,,,,,,"Name",Options!$D$10) where the cell in options sheet contains the list of companies separated by shift pipe '|' (company1|company2|company3)

for the big group I used four cells of the same code, to accept the length of characters in company names
–> =NL("Rows","Company","Name",,,,,,,,,,,,,,,,,,,"Name",Options!$D$12)
=NL("Rows","Company","Name",,,,,,,,,,,,,,,,,,,"Name",Options!$D$13)
=NL("Rows","Company","Name",,,,,,,,,,,,,,,,,,,"Name",Options!$D$14)
=NL("Rows","Company","Name",,,,,,,,,,,,,,,,,,,"Name",Options!$D$15)



Filtering Company or Company= does not work and receive #VALUE!
Eventhough I receive no error message like #VALUE! when I use Name filter, the function works like there is no filter and extracts the information from all companies in database.



Using Jet Reports 7.1.0 build 1812

Any help will be really appreciated :)

Thanks in advance!

7 comments

Please sign in to leave a comment.