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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Champion III
Champion III

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
Champion III
Champion III

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