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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
parul_mehta
Partner - Creator
Partner - Creator

how to exclude values in Listboxes in alternate state

I have 4 different list boxes . they are created using alternate states.

Currently same data is showing in all four list boxes as in the screenshot

and it is possible to select the same value in all 4.

Is there a way to delimit the data which was selected in state1 should not be displayed in the other list boxes which are in different states?

Data selected in one list box should be omitted from the others, and hence not available for selection

Listbox_Exclude.jpg

1 Solution

Accepted Solutions
asgardd2
Creator III
Creator III

Hello!

If i understand correctly, you need this functionality.

Check my attachment.

View solution in original post

5 Replies
sunny_talwar

I think it is possible, would you be able to share a sample to try it out before proposing anything?

antoniotiman
Master III
Master III

Hi Parul,

try in List Box Expression

=Aggr(Only({State2-State1} Field),Field)

=Aggr(Only({State3-State1} Field),Field)

=Aggr(Only({State4State1} Field),Field)

Regards,

Antonio

asgardd2
Creator III
Creator III

Hello!

If i understand correctly, you need this functionality.

Check my attachment.

parul_mehta
Partner - Creator
Partner - Creator
Author

Thanks Anton, The qvw worked.

How to edit the expression for multiple states

For S1, I want to exclude the values in S2 S3 S4

and likewise for others

asgardd2
Creator III
Creator III

Maybe this qvw will help you.