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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rkpatelqlikview
Creator III
Creator III

How to clear the button selections

Hi

Please find the attached QVW. The selection should be clear when clicking on the clear. Color of the button should be normal.

Thanks

1 Solution

Accepted Solutions
rkpatelqlikview
Creator III
Creator III
Author

Thanks for your response Tresesco.

Instead of creating new Clear Button. We need to click on the clear then action should be performed.

Capture235.PNG

View solution in original post

16 Replies
tresesco
MVP
MVP

PFA

rkpatelqlikview
Creator III
Creator III
Author

Thanks for your response Tresesco.

Instead of creating new Clear Button. We need to click on the clear then action should be performed.

Capture235.PNG

tresesco
MVP
MVP

That is system 'Clear', and I am afraid that it's behavior can't be modified to change your button color ( actually your variable value).

its_anandrjs
Champion III
Champion III

Set the selection Variables value to Zero by sheet event trigger.

rkpatelqlikview
Creator III
Creator III
Author

No Anand.\

Its not working.

ssssssdf.PNG

Anonymous
Not applicable

if(GetSelectedCount(Dimension)>0,Blue(),LightGray()) Add this condition inside color ->click->calculated-> then add this expression. Here Dimension is your field name.

Assuming that your Button functionality  is to select a value from Dimension field

tresesco
MVP
MVP

Well, I have found a work-around. You can use OnAnySelect trigger to handle it. PFA

tresesco
MVP
MVP

Kumar,

It's important that you mark the right post/reply as 'correct', so that people looking for solution to similar issue/requirement get directed to right answer. Please mark 'correct' which is really correct answer.

rkpatelqlikview
Creator III
Creator III
Author

Tresesco,

Thanks for your efforts.

Just i copied pasted in my application the same Buttons and declared variable vButton. But its not working i mean its not clearing