Hello,
Is it possible to hide the view, if there are no entries in it?
Example: I have a view called 'OVERDUE', which displays a slice with condition to select only overdue items ([overdue date]>today()). So, if there are no overdue items, I would like the view to not be shown at all in app.
Thank you in advance.
Solved! Go to Solution.
Hi @David_H1
In the show_if section of your view:
This may do the trick:
ISNOTBLANK(yourSlice[keycolumn])
Hi @David_H1
In the show_if section of your view:
This may do the trick:
ISNOTBLANK(yourSlice[keycolumn])
Hi @Aurelien, This solves it!
Thank you so much.
User | Count |
---|---|
18 | |
10 | |
8 | |
5 | |
5 |