Hi,
I am working on an overview page where I am trying to apply a filter to two different cards. Data set used is the same for both cards, but both cards need to display different data records depending on one field.
Lets say Card 1 will only display data where this "example" field equals 1.
Card 2 should only display data where this "example" field equals 2.
Therefore I cant use a global filter and I need to be able to create two different filters which only apply to their corresponding cards. Is this possible and if so any hint on how to do this?
Thanks in advance