Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team ,
I want to display Button when no selections happen in country field.
Thanks in Advance
Hi, 1st in button select action what you need ,
2nd find color of background sheet in my case is #f2f2f2
3rd in section Appearance ->Fonts select font color by expression and add
=if(GetSelectedCount(Countries) =0,White(),'#f2f2f2')
4th in section Appearance -> Background select background color by expression and add
=if(GetSelectedCount(Countries) =0,Blue(),'#F2F2F2')
now when is nothing select in field will be display the button when is something selected than button disappear
Hi, 1st in button select action what you need ,
2nd find color of background sheet in my case is #f2f2f2
3rd in section Appearance ->Fonts select font color by expression and add
=if(GetSelectedCount(Countries) =0,White(),'#f2f2f2')
4th in section Appearance -> Background select background color by expression and add
=if(GetSelectedCount(Countries) =0,Blue(),'#F2F2F2')
now when is nothing select in field will be display the button when is something selected than button disappear
please find attached app
Text also need to display when appear
Please let me know what exactly you need to present on the button?