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: 
ledi12
Contributor II
Contributor II

Get available values from field, based on current selections

Hi.

 

I have a table with 4columns.

id, currency, company, customer

 

Company & customer can have only one currency.

 

It's possible that all selected companies & customers will have the same currency, so currency field will have only one value which is not greyed out.

I need this information for the condition in my expression. How can I solve it?

Labels (4)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

GetFieldSelections(currency)

if there are more than one, separate them with commas by GetFieldSelections(currency, ',')

View solution in original post

1 Reply
Lisa_P
Employee
Employee

GetFieldSelections(currency)

if there are more than one, separate them with commas by GetFieldSelections(currency, ',')