I have a dropdown Value 1 and 2 in dataminer protocol and Table 1,2,3 and 4.
On selecting Value 1 on dropdown, I would like to display table 1,2 but hide 3 and 4
On selecting Value 2 on dropdown, I would like to display table 3,4 but hide 1 and 2
Note: This is on same dataminer page
Could someone help me with finding a solution or an alternative for this requirement.
Hi Ramesh,
A possible option is to implement this use case using a visual overview.
In an overview (Visio file) you could create a drop-down list using session variables. You can turn a shape into a control to update a session variable (see link).
Using the shape data ParameterControl, you can display tables from an element.
Finally, you can hide/show the shapes displaying these tables based on the session variable selected using Extended conditional shape manipulation actions
Hope it helps.
Would it be possible to clarify why a Visual Overview is not an option? Depending on your restrictions and use case we might be able to offer different solutions.
It can’t be in a visual overview, Is there some other workaround that we can do to make in possible on the dataminer page instead of viso.