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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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], ', ')