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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Listbox Select possible

Hi all,

Test:

LOAD * INLINE [
    A, B, C
    1, 4, 7
    2, 5, 8
    3, 6, 9
];

Listbox1.PNG

Listbox2&3.PNG

Can i get the values of ListObject "A", which is in  White colored intoTextObject.

I.e; Only 1,3 should come in TextObject.

Is this possible ?

Thanks in advance

Regards

venkat

Labels (1)
4 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

attach is an example

hope its helps you

Not applicable
Author

Hi,

try with something like this:

=Concat(A,',')

C u,

Stefano

Not applicable
Author

Hi liron,

Thanks for your reply,

But i need only the checked listboxes values only to display , not the possible value which is not selected in listbox .

And all the three listboxes should have show alternative option.

Thanks in advance.

Regards

Venkat

lironbaram
Partner - Master III
Partner - Master III

try this one