Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show KPI in qvw


Hi,

Could anyone send me one example of how to show KPI in qlikview dashbaord.

Thanks in advance.

11 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Hi,

There are lot of examples available under qlikview Demos. You can explore the same.

-Nilesh

swuehl
MVP
MVP

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.

Not applicable
Author

Thanks and i have to show if %of Failures >60% then KPI arrow as Green else Red.

How to get this. Please help.

Anonymous
Not applicable
Author

Amelia

Are you asking how to display green & red arrows dependant on a condition ?

Best regards,     Bill

Not applicable
Author

Yes Bill you are right

Anonymous
Not applicable
Author

Amelia

Have a look at this thread:

How to create  arrows

Best Regards,     Bill

Not applicable
Author

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

Not applicable
Author

Any help please?

VishalWaghole
Specialist II
Specialist II

Hi Amelia,

You can try like this,

=if(%expression > 60%,rgb(0,128,0),rgb(255,0,0))

- Regards,

Vishal Waghole