Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Can any body suggest me how to work with default view when i click the buttons
Below is my scenario
I have ten buttons at the top and each button having the action
For example if i click on the first button it display again three buttons, Again these three buttons having individual components to be displayed.
My question is if i click on one button, it shows the components, but when i click any other button and come back the previous button action it is showing empty now
i tried to give the "Or" condition in the layout but the first button components are displaying even for the second button since i use "Or'
Please help me in this
Thanks in advance
Regards
Sreeharsha V
I suggest that you upload a sample document for more accurate help.
Preparing examples for Upload - Reduction and Data Scrambling
I'm not entirely getting what exactly is wrong with this behavior, which may make my reply irrelevant. Uploading an example document like Jonathan suggests will surely help.
On the other hand, it seems that particular objects should behave according to two states/conditions: from the top row, a specific button should be chosen, and from the second row another specifc button should be selected. That turns it into AND-logic
Peter
For example, you could use the following template for your conditional show:
(vTopRowButtonSelected = 1) AND (vSubRowButtonSelect=2)
Peter