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 Raamesh,
I recently addressed a question regarding dynamically showing and hiding pages in DataMiner. You might find this approach helpful for your case.
This was the question: dynamic sub pages - DataMiner Dojo
Here's the idea:
When the user selects "Value 1" from the dropdown, display a page showing only Table 1 and Table 2.
When "Value 2" is selected, you can hide the first page and display a page with only Tables 3 and 4.
This approach allows you to dynamically control which tables are shown based on the dropdown selection, ensuring the interface remains clean and relevant.
Hope this helps!Kind regards
Hi Ramesh,
Have you tested my suggestion? If you still need help, let me know.
Kind regards,