Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a condition on the sheet objects as not to show until
Getselectcount(field)>0 then once this condition is satisfied then it has a variable that is checking for the toggle option by using a button to switch between two cases.
So i want the
Getselectcount(field)>0 first then followed by variable(only after the first condition is satisfied) toggle condition on the layout of an object.
Thanks.
did u try typing in conditions
getselectecount(field)>0 AND condition 2?
Using AND between the two conditions will ensure both conditions are satisfied. Hope this helps. If not could you provide some more info or sample doc
did u try typing in conditions
getselectecount(field)>0 AND condition 2?
Using AND between the two conditions will ensure both conditions are satisfied. Hope this helps. If not could you provide some more info or sample doc
create two variables one for each condition and then set an "or" on the conditional of the graph
When i have tried this initially it wasn't working may be i have missed something but this does the job anyway.
Thanks for your solution. I tried 2 condition on all of my sheets and its worked but I have a Button In Main sheet that has 4 triggers ( one for Showing related sheets to this button and another for Active Next sheet and one for hiding sheets that does not related to button and one for variable that sets in second condition of sheets ), Now this button work with double click!!! when i click once it did not work!! befor i set 2 condition to all sheets it works correctly but now it does not work! do you have any idea about this case ?