Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts ,
I have a Field called ID which is having 8 values like 101,202,303,404,505,606,707,808 , now my requirement is when my user clicks on 101 it has to open sheet 1, and when my user clicks on 202 then it has to open sheet 2.....like that each value in the field ID have one action to open particular sheets...
Is it possible to do like this...
I tried Below method :
1) Go to Document Properties -- triggers -- on selection of any field --- and giving actions like select in field , activate sheet.
But the method not working properly..
ID | Pass Percentage |
---|---|
101 | 65 |
202 | 85 |
303 | 75 |
404 | 89 |
505 | 93 |
When my user clicks on 101 it has to navigate to sheet 1 based on the action and has to display the related sheet. like that I want to show for all the values in the ID.
Please Let me know if you guys know any other method to this...
thanks in advance..
Best Regards,
V
You did not add the variable condition in the trigger. It seems to be working now. Check the attached
See if the attached sample is what you are looking for.
Best,
Sunny
Hi Sunny ,
Thanks a lot for the Answer , But here my case is something different already all sheets except main sheet should be hided using variables , and in main sheet if I select 101 I have to get only 101 sheet visible remaining all should be in hide condition . like vise I want it for all the sheets
your Answer working fine if we don't have any SHOW/HIDE conditions.
please find the attached qvw for more clarification. attached qvw for the main question
in the attached qvw I clearly mentioned my requirement.
You did not add the variable condition in the trigger. It seems to be working now. Check the attached
Perfect now , thanks Sunny...