How to select a specifica slice view within a dashboard view?

Hello alltogether,

I have made several table views based on a single slice. (I like the filtered slideshow mode and the fact that I can keep a single detail and form view instead of making each for each slice).
I wanted to filter the rows of the input of the slice depending on the view, that the user selects. Like that:

IFS(

Context(โ€œviewโ€) = โ€œTable 1โ€,
[Amount] = 1,

Context(โ€œviewโ€) = โ€œTable 2โ€,
[amount] = 2

Context(โ€œviewโ€) = โ€œTable 3โ€,
[amount] > 2

)

My problem is:
As I have put all of the tables "table 1, 2 and 3 into a single dashboard, the filter condition of โ€œview = table 1โ€ (and so on) are not recognized as a table view anymore. They are now implemented into one โ€œdashboard viewโ€.

I have tried to catch the tables with and() and or() and if() conditions. But it couldnโ€™t make it work.

Is there a way, how I can keep the structure (dashboard with all the tables), but apply the slice master filter on the table within the dashboard?

Thank you in advance

0 4 441
4 REPLIES 4
Top Labels in this Space