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: 
NavinReddy
Creator II
Creator II

Help

Hi All,

i have four buttons,if click button color should be highlight

now im in fourth button if i clik clear first button should be highlight

could some one help me

thnks,

Niru

9 Replies
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Niru.

Can you attach your QlikView app so that we can have a look at the problem, please ? It is difficult to resolve without it.

Thanks,

Neil.

jagan
Partner - Champion III
Partner - Champion III

.
Hi Niru,

PFA file for solution, used Variable and button triggers.

Regards,

Jagan.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can check if there are any selections by calculating len(getcurrentselections()). If it returns 0 then nothing is selected. When you click on the Clear button this should happen. So you can use len(getcurrentselections()) in an if statement to check for that.


talk is cheap, supply exceeds demand
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Niru.

There is a blog on buttons which has some examples including highlighting buttons.

http://www.quickintelligence.co.uk/qlikview-buttons/

Regards,

Neil

NavinReddy
Creator II
Creator II
Author

jagan if i cilck clear first button color should highlight

jagan
Partner - Champion III
Partner - Champion III

Hi,

Done.

Regards,

Jagan.

NavinReddy
Creator II
Creator II
Author

No we are not calculating any thing

NavinReddy
Creator II
Creator II
Author

not clear button

up we have one clear button im working on that clear tab(beside back tab)

jagan
Partner - Champion III
Partner - Champion III

Hi,

Can you attach the sample file that you are working.  or just add an event to the button which you want and assign variable value to 1.

Regards,

Jagan.