Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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).