Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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).
I've found a solution on my own:
aggr(only({$<[MR.Network] <> {'Network Captive'}>}[MR.ID]),[MR.ID])
I've found a solution on my own:
aggr(only({$<[MR.Network] <> {'Network Captive'}>}[MR.ID]),[MR.ID])