Forum Discussion
PBI trick: Making an object disappear after filter selection
- 6 years ago
I have a possible solution...when you want people to still interact with the scrollbar, you can do this easy by making the card not cover the whole visual, so they can still click and scroll the bar.
See the pictures as example, i use a shape that isnt filled to make sure the visual cannot be interacted with. It doesnt cover the header/title and doesnt cover the scrollbar. So users can still scroll through the visual.
I guess you could use a drillthrough if the user right clicks on the header or scrollbar area. Maybe inform the user of this "functionality" in the text.
Visual when nothin is selected.Visual when something (a weeknr in this case) is selected.
Good luck, hope this helps.
I have a possible solution...when you want people to still interact with the scrollbar, you can do this easy by making the card not cover the whole visual, so they can still click and scroll the bar.
See the pictures as example, i use a shape that isnt filled to make sure the visual cannot be interacted with. It doesnt cover the header/title and doesnt cover the scrollbar. So users can still scroll through the visual.
I guess you could use a drillthrough if the user right clicks on the header or scrollbar area. Maybe inform the user of this "functionality" in the text.
Visual when nothin is selected.Visual when something (a weeknr in this case) is selected.
Good luck, hope this helps.
- Anonymous6 years agoNot applicable
Great solution! Thanks