Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to make kpi in qlikview.?

how to make kpi in qlikview.?

3 Replies
its_anandrjs

You can follow different ways to achieve this

1. From the load script you can create the KPI and use that field to display the KPI in the dashboard.

Ex:-

Load

SBU,

CustomerName,

Region,

Sum(Sales) as Sales

From Location

Group By

SBU,

CustomerName,

Region;

2. In the expression level like with SET expression or any other expression.

Ex:-

Sum(Sales)

This are very basic example you can follow different formula also for this depends on your KPI.

Regards,

Anand

Not applicable
Author

Thanks,can you share the link,where i learned the kpi in qlikview more deeply.

its_anandrjs

Thanks, you can search internet about that but i believe you can create your own KPIs by script or the expression i think there is no website for KPI.

Regards,

Anand