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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
ruma_barman
Creator
Creator

Aggregation sum over a particular dimension in a table chart

Hi All,

My requirement is I need to show the aggregate sum against a particular dimension.

Here for e.g if there are 2 document numbers against particular asset number the value of the asset i.e the output should be distinct sum of it alongwith aggregation over  documentno as below:

Input :

DocumentNo,AssetNo,Value

D1,A1,11

D1,A1,11

D2,A2,22

D2,A2,22

D3,A2,33

Output:

DocumentNo,AssetNo,Value

D1,A1,11

D2,A2,55

D3,A2,55

Thanks in advance,

Ruma

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try:

Sum( total <AssetNo> DISTINCT Value)

Capture.JPG

View solution in original post

1 Reply
tresesco
MVP
MVP

Try:

Sum( total <AssetNo> DISTINCT Value)

Capture.JPG