Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Newbie question, I am just starting out with qlikview, and I want to make a button that will display listboxes used for filtering results. that is not a problem, I know how to do that, the problem is, I would like the button to change color if there is something selected, if not it stays the same color. I can't do this directly from the button because they may click the button but decide not to select any filters. how best should I go about doing this, triggers with field values or variables?
Thanks,
Mike
Good, The condition is Vast. You can simply define like below
If(GetCurrentSelections()>0, Green())
Check this if this is what you are looking for? Attached a sample.
Good, The condition is Vast. You can simply define like below
If(GetCurrentSelections()>0, Green())
Button - General - Color - Base Color - Calculated - =If(GetSelectedCount(SalesGroup)>0,Green())
HI Mike,
Its simple. Please see the attached qvw.
you have to give calculated condition for button color.
Regards,
Muthu