Forum Discussion
Anonymous
10 years agoNot applicable
hidden graphic
I need to create a dashboard where must have an object that is like a filter and it will have a list of users and clicking on any of these user a new object must come up with the detailed of the same...
KumarDarmesh
10 years agoHelper IV
I set the v-level filter(selected='Y') however the table displays all items when no any item selected in the slicer.
Can you be more specific?
RAHEEL
8 years agoHelper I
try modifying the measure currently being used on the visual
measure = if(isfiltered[slicer],1,blank())