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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

How to use concat in the variable

Hi All,

I have the field (A) and I have values B,C,D,E,F. I want to store all the values in the variable.  

I am trying to convert  

Sum({A = {'B','C','D','E','F'}Sales) 

to

Sum({<A = {'$(vtest)'}>}Sales)

Where vtest = {'B','C','D','E','F'}

If I select B, then I should get the data by B else I need to see all the values.

Is this possible?

Thanks,

Varun

 

10 Replies
varunreddy
Creator III
Creator III
Author

Hi Sunny,

This worked. Thanks for your time.

Cheers,

Varun