Hello @Abhishek11 - Thanks for posting your query. As @Deep suggested, you can do this leveraging the Free Form Layout in conjunction with Rules. However, as per my understanding that will allow you to do this based on slicer value selection. If you are looking for a visual effect i.e. you will click a toggle button that will hide/show the visual, I have not encountered any such feature as of yet. Sharing couple of reference links which can help you with that implementation.
However, in case you have a hardcore requirement of such an implementation, you can try to leverage “Navigation Action” to somewhat (in a very crude way) get that feel by duplicating the sheet. For that, please follow the steps
Step 1 : Create a sheet (Sheet 1) with the Visual and the “On” toggle button. Duplicate the sheet and in that duplicated sheet (Sheet 2), delete the visual and replace the “On” button image with “Off” button image.
Step 2 : Create Navigation Action on Sheet 1 on the “On” button image to take it to “Sheet 2”. Similarly create a navigation action on Sheet 2 on the “Off” button image to take it back to “Sheet 1”. Sharing sample implementation scenarios below.
Please note since there’s no such functionality to hide sheets conditionally at this point, the user will always be able to see both the sheets and will be able to manually traverse to both the sheets. Hence I would recommend to implement the “Slicer” selection based solution which is more elegant and user friendly. Hope this helps!
- @Sanjeeb2022 @ErikG @David_Wong @DylanM @duncan - For views and suggestions
Did my suggestion help you in resolving your query? If yes, would request you to mark the post as “Solution”. This will help the community to find guidance and answers to similar question. Thank you!