Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
May be try it this way, if I understand your requirement correctly:
If(Len(GetCurrentSelections()) > 0, OneColor, OtherColor)
May be try it this way, if I understand your requirement correctly:
If(Len(GetCurrentSelections()) > 0, OneColor, OtherColor)
I hope this clear button is a button object or a text box object
Output:
Attaching a sample
Thanks a Lot