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: 
raja_indianprak
Partner - Contributor
Partner - Contributor

Qlik Sense: Mismatch for table column value and KPI value

Hi,

I have a Quantity table with Job no,Quantity and Shipment column. I am trying to publish the table column in KPI but the result is getting mismatched.

Function used:

1. Order Qty table column = sum(TOTAL_ORDER_QTY)/count(TOTAL_ORDER_QTY)

2. Order Qty KPI = sum(TOTAL_ORDER_QTY)/count(TOTAL_ORDER_QTY)

KPI.png

Attached the qvf file for reference and help.

1 Reply
kenphamvn
Creator III
Creator III

Hi

in KPI you need calculation by each JOBNO before Sum all

please edit you KPI expression like

sum(aggr(Sum(TOTAL_ORDER_QTY)/count(TOTAL_ORDER_QTY),JOBNO))

Regards

An Pham