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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
aniketsr
Creator
Creator

Help In populating the values in list box in one single variable

Hi ,

I have a list box in which all the selected values in the list box we are capturing it in a variable

below is the script use :

Concat(Actual_Dimname, ',',DimSortorder)


the script is working absolutely fine but the twist here is if the users selects Year & month both then in the variable it should be called as a single column which will be 'IntYearMonth'.

For Eg: if the user selects Product ,Year ,Month in the list box then the value in the variable should be "Product,IntYearMonth"

Any help on this will be appreciated

Thank you

0 Replies