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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try:

Sum( total <AssetNo> DISTINCT Value)

Capture.JPG

View solution in original post

1 Reply
tresB
Champion III
Champion III

Try:

Sum( total <AssetNo> DISTINCT Value)

Capture.JPG