Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
neha_sri
Creator III
Creator III

How to get possible values without using macro

Hi All,

I am trying to get the value of selected ID in list box without writing a macro.

Is it possible?

4321.jpg

Thanks in advance.

Regards,

Neha

1 Solution

Accepted Solutions
PrashantSangle

Hi,

USe

concat(ID,',')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

4 Replies
PrashantSangle

Hi,

USe

concat(ID,',')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
avinashelite

you can use

getfeildselection(ID,',')

neha_sri
Creator III
Creator III
Author

Thanks it worked

avinashelite

you can also try with

getfieldselections ( ID, ',' )

if you have got the answer please mark the correct answer and close the thread