Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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.