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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i display the name which i have selected in the list box

Hi,

How can i display the name which i have selected in the list box.

Regards

Sagar Gupta

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

If your listbox fieldname is NAME, enter the following expression in a textbox object where you want to display the selected names separated by comma:

=GetFieldSelections(NAME,',')

View solution in original post

2 Replies
nagaiank
Specialist III
Specialist III

If your listbox fieldname is NAME, enter the following expression in a textbox object where you want to display the selected names separated by comma:

=GetFieldSelections(NAME,',')

Not applicable
Author

Hi,

Thanks a lot for help

Regards

Sagar Gupta