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
User | Count |
---|---|
17 | |
10 | |
7 | |
5 | |
5 |