Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

how to create KPI's in Qlikview 10?

HI everyone,

can anyone suggest me how to do KPI's (Key Performance Indicators) the arrow marks ups and downs in Qlikview?

Thanks in advance...

2 Replies
SunilChauhan
Champion
Champion

using gauge chart you can show you values Red ,yello and green using segment.

if you want up arow down arrow  then you can write the following

if( value>x,'edit script->image-> select the green arrow',

value<x,'edit script->image-> select the red arrow', 'edit script->image-> select the yellow arrow')

where ever you want

Guage chart is better option to show KPI

Sunil Chauhan
udaya_kumar
Specialist
Specialist
Author

Thanks for the help,

i will try it out...