Forum Discussion
Slicers
Hi Team,
I am trying to get a 'button style' single slicer which filters by Q1, Q2, Q3 and Q4. I would like the output filter for each to display in a cumlative way so when the user clicks a Quarter the get the selection as follows:
Q1 = Q1
Q2 = Q1+ Q2
Q3 = Q1+ Q2 +Q3
Q4= Q1+ Q2 +Q3 + Q4
Really hope this makes sense. If not feel free to ask any questions and I will try to clarify.
Thanks in advance for your help 🙂
3 Replies
- DhairyaSolution Supplier
There is one way to achieve this you have to first create 4 seperate buttons for Q1,Q2,Q3 & Q4. and then you have to create seperate bookmarks for showing and hiding slicers on specific selection. You have to add actions to button selected initially and add bookmarks to them which you want to display on click.
Hope I have answered your Query!- AnonymousNot applicable
Thank you 🙂 I will give it a go and let you know how I get on. 🤞
- AnonymousNot applicable
Managed to find a simpler way by creating a new quarterly 'link' table which did the trick.