Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Take the example where I have 6 dials where each dial represent the sale of a grocery item in a store. 3 of dials are sales of Fruits and rest are for Vegetables.
3 buttons (Select All , Fruits and Vegetables) are placed on the page where thru the use of bookmarks and selection pane , the user can select the dials to see the sale for fruits OR vegetables OR both.
If "Select All" button is pressed.
If "Fruits" is pressed.
If "Vegetables" is pressed.
PROBLEM : When "Vegetables" is selected , I want those dials to keep them on the top row i.e. above the line.
THE OUTPUT I WANT : This how I want the dials to be placed when "Vegetables" are selected.
But when I update the bookmark regarding the vegetable selection after keeping the veggie dials above the line, they still stay above the line. So when I click on Select All , this overlap occurs :
How do I change visual position only when that specific bookmark is selected ?
NOTE : IF the SOLUTION to my problem CAN BE SOLVED with SLICERS, please share that solution as well.
@Anonymous best way to avoid any confusion and play with hide and show with all visuals is to create 3 different pages. One for AllSelected, then deshon for fruit and design accordingly like only create 3dials for Fruits and likewise for Vegetable page.
And then use Page Navigation feature under "Action" Property of Button.
Thanks @Tahreem24 this is the cleanest hack for multiple and complex bookmarks, even if the page is hidden the page navigation assigned to a button makes it visible.
Thank you fro the reply,
What you suggested works well for a small dataset. I actually have multiple types of store items to display the sale of like Soft Drinks (Pepsi, Coke, Fanta, Mtn Dew , etc..) Biscuits (Parle G , Marie Gold, Hide and Seek, Bounce, etc...) Ice Cream (Baskin Robbins, London Diary, Amul, Arun, etc...) and more.
I don't want to make a page for each and every type/button. Is there any other efficinet way to do this ?