can I hide the slice view based on a condition like: ANY (SELECT (Parameters [Showslice], true))
on the basis of the values present in a table of parameters, the slices are hide or shown
Yes in general you should be able to do so. However the Parameters table should have only one row or for multi row Parameters table , you will need a further qualifier such as USEREMAIL() to identify the Parameter tables row. You may use this expression in Show_if of the view.
However please note that this approach merely hides the view being shown to the user. It is not a secure approach as using say security filter.
1 Like
thank you.
Yes, the parameter table has only one row.
Where can I find the show if of the slice?
