Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I'm doing a dashboard with alternate states. I want display some text boxes only when 1 field is select on both sides. I go to Tab Layout and i know there is a show conditional. And i can use it for hide when 1 side is selected. But i can't do for both of them. Anyone can help me?
Thanks in advance
Best Regards
Bruno Paulo
You could try it with: getselectedcount(Field, false(), State1) * getselectedcount(Field, false(), State2)
- Marcus
Error in State1 dont' know why
State1 and State2 are just examples and you need to replace them with the name of your states.
- Marcus
I know and i did
can you share your app you are facing the problem with?
Could you please try =getselectedcount(Field, false(),[State1]) * getselectedcount(Field, false(),[State2])
Hi Bruno,
Give this a shot, single quotes make the difference I think
GetSelectedCount(Field, false(), 'State1') * GetSelectedCount(Field, false(), 'State2')
Sorry yesterday i had to leave. But problem is solved. Thank you
This didn't work. But thank you problem is solved.