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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
rammarthi
Creator
Creator

Can we select Multiple values in a List box & make the corresponding values reflect in Text boxes

Hi,


Can we select Multiple values in a List box & make the corresponding values reflect in Text Box/Boxes


I have a month field and corresponding value field. If I select multiple months, mulitiple values seperated by comma's without month names should be popping in a text box is it possible. I tried with another list box but I want without monthnames and unwanted zeros.

JPG.PNG

Thanks in advance.


Regards

Ram

3 Replies
sunny_talwar

I think it should be possible... in above case, you would want to see 20, 10, 80, 90, 40 in a text box object?

rammarthi
Creator
Creator
Author

Yes absolutely!!!

sunny_talwar

Just use =Concat(DISTINCT Value, ', ') in a text box object.