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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
SyedBasha
Contributor III
Contributor III

Need Policy number wise aggr sales in qlik sense

Hi Team,

I have couple fields in the dashboard in this I need policy number wise sales needed 

Example:

Policy number ,Sales

1, 1110

2,1110

3,1110

4,1110

5,1110

 

While I am writing the expression in kpi object like Sum(Sales) getting unique sales only(1110).

How will I getting the total sales i tried other methods as well Sum(total Sales) or aggr(sum(Sales), Policy Number) but no luck getting unique sum only, can anyone help me on this please

1 Reply
Kushal_Chawda
MVP
MVP

@SyedBasha  did you try Sum(distinct Sales) or sum(distinct aggr(sum( Value),[Policy number]))