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: 
Not applicable

Alternate State and Excluded

Hello! Now I have this expression:

[FieldName]={*}-{$(=Concat({$+AlternateState}'['&FieldName&']',','))} - all value excluded selected in two states.

how i can write this another way? Because it's slowly work.

For one alternate state may be

[FieldName]={*}-AlternateState::FieldName.

But for two? {$+AlternateState}?

1 Solution

Accepted Solutions
Not applicable
Author

Understand!

[FieldName]=e({$+AlternateState}::FieldName).

View solution in original post

1 Reply
Not applicable
Author

Understand!

[FieldName]=e({$+AlternateState}::FieldName).