Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

button should appear when no selections happened in particular field in qliksense

Hi Team ,

I want to display Button when no selections happen in country field.

 

Thanks in Advance

 

Labels (1)
  • Chart

1 Solution

Accepted Solutions
saso70
Partner - Creator II
Partner - Creator II

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

View solution in original post

4 Replies
saso70
Partner - Creator II
Partner - Creator II

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

saso70
Partner - Creator II
Partner - Creator II

please find attached app

Akina0929
Creator
Creator
Author

Text also need to display when appear

saso70
Partner - Creator II
Partner - Creator II

Please let me know what exactly you need to present on the button?