Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello everyone
is it possible in qlikview to change text color when it is active /inactive ?
thank you.
You can assign in Font calculated like
If(vshow=1, White(), Black())
Hi,
Yes we can change the text.. in what condition and where do you want to change the color of text?
Sushil
Hi!
Where exactly do you want to change the color of the text?
i want to used in button.
actually i have used two buttons
(Sales Button is active and Production is inactive)
in color> calculated =if(vshow=1,Yellow(),RGB(90,90,90)) to show button color conditionally
when i click on production it will change button color into yellow and i want to implement one more condition in it like production color change white to black . How it will be possible?
You can assign in Font calculated like
If(vshow=1, White(), Black())
Oooooooops!