Hi guys,
Does anyone know how can i exclude duplicate values using the nl function?
For instance, how can i return from value entry NAV table the all my customers without repeating anyone?
Thanks
Jose
5 comments
-
Jet Reports Historic Posts Official comment Try this :
=NL("Rows";"Value Entry";"5 Source No.";"41 Source Type";"Customer")
In the "Value Entry" table, the "Customer No" is stored in the "Source No." field -
Jet Reports Historic Posts Hi Tarek,
Thanks for your feedback.
It doesn´t work, i was trying to use the "allunique" parameter of the nl function but it just returns the firts table value.
Can i use this?
Thnks
Jose -
Jet Reports Historic Posts Hi Jose,
NL(AllUnique) does not do what you think it does, and it is not appropriate for what you are trying to do in this case. NL(AllUnique) is an array operation, which has actually been deprecated in most cases in favor of NL(Filter). Tarek's suggestion actually should do what you are trying to do. Can you attach your report or explain in what way his suggestion is not working?
Regards,
Hughes -
Jet Reports Historic Posts Hi Hughes,
Sorry, it works, i was doing something wrong.
Thanks anyway for your help.
Regards
Jose -
Tobias Coates Hi Hughes,
is it possible to better explain how to use this functionality in an NL? I am confused by the 5 and 41 included in the fields...
Best
Toby