Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
noemibuscemi01
Partner - Contributor III
Partner - Contributor III

Filter object filtered in a sheet not in the other

Hi,

I have two sheets (dealer and agents), when I filter a filter object in dealer I don't want the selection to affect the agent sheet. How can I do that?

 

I want that

= if (network = 'captive', exclude from the selection the ID values being part of the captive network, else show the ID field related to the network).

 

1 Solution

Accepted Solutions
noemibuscemi01
Partner - Contributor III
Partner - Contributor III
Author

I've found a solution on my own:

aggr(only({$<[MR.Network] <> {'Network Captive'}>}[MR.ID]),[MR.ID])

View solution in original post

1 Reply
noemibuscemi01
Partner - Contributor III
Partner - Contributor III
Author

I've found a solution on my own:

aggr(only({$<[MR.Network] <> {'Network Captive'}>}[MR.ID]),[MR.ID])