Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Flipflop
Contributor III
Contributor III

How to express values from a filter with other filter

Hi,

I have two filters on the same field [Name-Archive] but with two different alternate state.

So I have the filter [Name-Archive] defines with the alternate state 'ARCHIVE 1' and the filter [Name-Archive] defines with the alternate state 'ARCHIVE 2'.

How can i create a dependence between these two filters ? When i chose a value in the first filter, i want the excluded values in the other filter and vice versa.

How can i do that ?

Thanks

Labels (3)
1 Solution

Accepted Solutions
anat
Master
Master

=Aggr(Only({<InvID=E(s1::InvID)>} InvID), InvID)

here i have created 2 alternate states (s1 and s2)

use above logic in calculated dim

View solution in original post

4 Replies
anat
Master
Master

=Aggr(Only({<InvID=E(s1::InvID)>} InvID), InvID)

here i have created 2 alternate states (s1 and s2)

use above logic in calculated dim

anat
Master
Master

attached qvw file for your reference...

Flipflop
Contributor III
Contributor III
Author

It's working, thanks a lot !