Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change the colour of Current Selection Button

Hello,

I am going through a problem related to the colour change.The problem is if any user select anything in the qlikview application,the current selection button shown in picture,automatically changes its colour(i.e red or blue or anyother colour)  and if nothing is selected it remains white.

I am using GETCURRENTSELECTIONS,but i am not able to do it.

Please find the picture in the attachment.

Please help me out.

Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be try it this way, if I understand your requirement correctly:

If(Len(GetCurrentSelections()) > 0, OneColor, OtherColor)

View solution in original post

4 Replies
sunny_talwar

May be try it this way, if I understand your requirement correctly:

If(Len(GetCurrentSelections()) > 0, OneColor, OtherColor)

sunny_talwar

I hope this clear button is a button object or a text box object

sunny_talwar

Output:

Capture.PNG

Capture.PNG

Attaching a sample

Not applicable
Author

Thanks a Lot