Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic filter
Hi, I would like to create 2 dynamic filter that based on data in table. 1. filter of True/False that filter all the lines that reached the 100% in column % Tagged ( measure that based on 2 o...
VahidDM
4 years agoSuper User
Hi Anonymous
Add these two columns to your report and use them in slicer or filter:
Filter 1 = if([% Tagged]=100%,TRUE(), false())
Filter 2 =if([# Cycles]>0 ,TRUE(), false())
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
Anonymous
4 years agoNot applicable
HI,
i already created a filter like that, but how can i present the filter in the page with Both (false/True) options?
do i have to add the measure to the table?
I dont want to present the filter in the table? only in the yellow sign
- Calvin694 years agoHelper III
Hi Anonymous ,
Do you mean something like this:
or:
Thanks
H