Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show data with respect to multiple selection in listbox.

PFA application and text file which is used for dispalying its content.

i have load that file to display details of that product.

i want to select both Product AA and BB.and want to display description of both at a same time.

now i m selecting 1 product and its details is displaying.now if i select both product then description of 2nd product shuld get append to 1st product description..

Here i am using info.txt file for displaying its details.

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can do that by

    =Concat(Inf,chr(10))

Regards,

Kaushik Solanki  

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Use below expression.

  

     =Concat(Inf,',')

    and

  

    =Concat(Help,',')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi Kaushik,

thanx for answer

but i dont want that two value will be separated by ','

for new line what should i use?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can do that by

    =Concat(Inf,chr(10))

Regards,

Kaushik Solanki  

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!