Hiding Visual Based Condition

I have two visuals and a dropdown menu with two values (e.g., Val1 and Val2). When I select Val1 from the dropdown, the second visual should be hidden, and the first visual should be visible. Similarly, when I select Val2, the first visual should be hidden, and the second visual should be visible. Is it possible to achieve this using the rule feature? If so, could you please explain how in detail?

Hi @sandeep3

Welcome to QuickSight Community . Yes in the free-form layout you can define Interaction rules on the visuals to show/hide based on the conditions .


image

Please follow the instructions mentioned in this post .

Did this solution work for you? I am marking this as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community Q&A Forum!

Thanks
Vinod

Hi @apjvinod Thank for the quick response.

Please find the below screenshot

Here I have 4 Corporate parents i.e., CP1, CP2, CP3 and CP4 having list of communities from Comm1 to Comm20 and Corporates having Flag values (Yes and NO). Visual in the QuickSight display X-axis No. of Events and Y-axis Average RSVP.

My output should be like if I client on CP1 or CP3 is selected then the bubble chart should be display and bar chart should be hidden

same as if CP2 or CP4 is selected from the drop down then bar chart should be displayed and bubble chart should be hidden.

Note: Here we are not providing any flag value selection to the user in the dropdown menu.
Show/Hide of the visual should done based on Flag Value

Hi @apjvinod, you can use a combination of dynamic default parameter (DDP), and using free-form layout to show/hide the chart based on the value in the parameter. There is an example of creating rules in DemoCentral. (Click on the blue analysis button on the left to open the analysis view, go to format visual, and expand the Rules option to see how this works.

Did this solution work for you? I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community!