Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
An advertiser has a corresponding category. When I filter on one advertiser, I would like to see all the other advertisers with the same category.
For example: Aldi has category 'Food & Distribution'. I would also like to see Colruyt, Albert Heyn, Delhaize, ... automatticaly when filtering on Aldi.
Can anyone help me please?
Thanks a lot!
Femke
Implicit set analysis, using P().
For example,
=only({$<AdvertiserID=P(AdvertiserID), Category>}Advertiser_Name)
For more clarity go through below link,
Thanks,
Implicit set analysis, using P().
For example,
=only({$<AdvertiserID=P(AdvertiserID), Category>}Advertiser_Name)
For more clarity go through below link,
Thanks,
Thanks, but it must be depending on filter.
So when I filter on Aldi (advertiser) it must know that aldi has the category 'Food & distribution'. Without filting on category, it must show all possible advertisers with the same category. But without filtering on category and ignoring filter advertiser.
I hope it's clear, it's difficult to describe 🙂
Thx
Then I only get the selected advertiser
That worked! But like that:
=only({$<[Product Category Name]=P([Product Category Name]), Advertiser>}[Advertiser Holding])
Thanks a lot!