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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
subbareddykm
Creator II
Creator II

Multiple Select

Hi All,

i have a query on How to select multiple values using button

i have ID in excel , i want to copy ID's from Excel and Paste those input Box.Its not working 😞

How to achive this?

Can any body help me on this

Labels (1)
1 Solution

Accepted Solutions
nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi,

like this ?

In actions use like this:

     ='(' & Replace(trim(vTest),'  ','|') & ')'

I checked it from my end its working fine.

Check attached.

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

Would you be able to share a sample on what you have and what you are trying to do?

Best,

Sunny

avinashelite
MVP
MVP

punitpopli
Specialist
Specialist

On button action you can use concat() but the values  shoudl be seperated by "|"

PS : The values selected using concat function seperated by "|" will be displayed as it is in current selection.

It would be easy if you can add sample data

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi,

like this ?

In actions use like this:

     ='(' & Replace(trim(vTest),'  ','|') & ')'

I checked it from my end its working fine.

Check attached.