Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
.
Hi Niru,
PFA file for solution, used Variable and button triggers.
Regards,
Jagan.
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.
Hi, Niru.
There is a blog on buttons which has some examples including highlighting buttons.
http://www.quickintelligence.co.uk/qlikview-buttons/
Regards,
Neil
jagan if i cilck clear first button color should highlight
Hi,
Done.
Regards,
Jagan.
No we are not calculating any thing
not clear button
up we have one clear button im working on that clear tab(beside back tab)
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.