Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

filtering table based on dynamic slicer

Hi,

I have a table like this :

ID        A flag      B flag      C flag      D flag

1             1             1            0               1

2             0             1            0               0

3             0             1            1               1

4             1             0            1               0

5             1             0            0               0

 

and a slicer looks like this (slicer values are text) :

☒       A

☐       B

☐       C

☐       D

 

If I select A from the slicer, I would like to filter and show only the rows where A flag = 1

How do I do that ?

Thanks

Ilky

3 Replies