Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

get available values in a NOT selected field

Hi,

When I select a value from Field A, there are a few available values from Field B. Is there an expression similar to  "GetFieldSelections " to that I can use to get those value Field B?

Thanks

Yvonne

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Concat(DISTINCT [Field B], ', ')

View solution in original post

1 Reply
sunny_talwar

May be this:

Concat(DISTINCT [Field B], ', ')