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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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}?

Labels (1)
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).