Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

question on using $Field to drive values in separate list box

I have a list box (A) on $Field,  displaying all my dimensions.

I would like to create a separate list box that retrieves the dimension values I have selected from my  list box (A).

//what I'm trying to do here, is list the values chosen from the first selection in my $Field box.

=$(=Only($(subfield(concat(($Field),','),',',1)))) 

Any help appreciated !

Gerry

1 Solution

Accepted Solutions
sunny_talwar

What if you try this:

$(=SubField(Concat([$Field], ','), ',', 1))

View solution in original post

2 Replies
sunny_talwar

What if you try this:

$(=SubField(Concat([$Field], ','), ',', 1))

gerrycastellino
Creator III
Creator III
Author

Sunny:

This is what I was trying to do:

Thankx for your help!

Dynamic Dimension List box