Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could anyone send me one example of how to show KPI in qlikview dashbaord.
Thanks in advance.
Hi,
There are lot of examples available under qlikview Demos. You can explore the same.
-Nilesh
Not sure if I understand your request.
You can open almost every demo application on demo.qlik.com and look at the KPIs shown there.
Thanks and i have to show if %of Failures >60% then KPI arrow as Green else Red.
How to get this. Please help.
Amelia
Are you asking how to display green & red arrows dependant on a condition ?
Best regards, Bill
Yes Bill you are right
Thanks Bill and sorry I should have explain clearly. I need to show KPIs like arrows or smileys based on the % of failures. Please help
Any help please?
Hi Amelia,
You can try like this,
=if(%expression > 60%,rgb(0,128,0),rgb(255,0,0))
- Regards,
Vishal Waghole