Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable storing multiple material number seperated by comma

Dear friends

I want to use a variable in set analysis which contains the list of material number seperated by comma for a selected supplier.

Can we store multiple material number for a selected supplier in a variable , the number should be seperated by comma.

Pls do share comments or suggestions

Many thanks

Rahul

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you select only one supplier something like concat(distinct material_number, ',') would create a concatenated list of comma separated material numbers for that supplier. Replace material_number with the name of the field that contains the material numbers.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you select only one supplier something like concat(distinct material_number, ',') would create a concatenated list of comma separated material numbers for that supplier. Replace material_number with the name of the field that contains the material numbers.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Gysbert

Many Thanks!

It works perfectly.

Rahul Kale