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: 
fionna51
Creator
Creator

How to group this subtotal?

Hi,

For below TermDen field, I want it to be 12 for all three rows in TERM=1, and 18 for three rows of TERM 2. I must aggregated wrong, please advise, the app attached.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Try this

Sum(TOTAL <TERM>DEN)

or this

Aggr(NODISTINCT Sum(DEN), TERM)

Capture.PNG

View solution in original post

1 Reply
sunny_talwar

Try this

Sum(TOTAL <TERM>DEN)

or this

Aggr(NODISTINCT Sum(DEN), TERM)

Capture.PNG