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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Color

i want to set action on button when selected it will give me green otherwise white

2 Replies
Not applicable

Hi,

Declare a variable as vB1=1,

then

Select Button <-Background<-Color<-Base Color<-Calculated<-if(vB1=1,Green(),White()). and put it in all the tabs wherever you want to display.

Thanks

manideep78
Partner - Specialist
Partner - Specialist

Hi, See the attached file