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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
zarmoton
Creator
Creator

Bug in the SUM

Hi

I need to have the value 1  (in the 3 rows) , and not 18 in SUM of MAX GRADE.

(1 is AMOUNT = -10 + 11)

I have wrote this expression , but not working:

= Sum({<GRADE = {"=Max(TOTAL <MyDate, [Site Number]> GRADE)"}> } TOTAL <MyDate, [Site Number]> AMOUNT)

Screen Shot 05-10-20 at 01.59 PM.PNG

 

Thk yu for your help

Regards

Labels (1)
1 Solution

Accepted Solutions
zarmoton
Creator
Creator
Author

I found it !

= Sum({<GRADE = {"=Max(TOTAL <MyDate, [Site Number]> GRADE)=GRADE"}> } TOTAL <MyDate, [Site Number]> AMOUNT)

View solution in original post

1 Reply
zarmoton
Creator
Creator
Author

I found it !

= Sum({<GRADE = {"=Max(TOTAL <MyDate, [Site Number]> GRADE)=GRADE"}> } TOTAL <MyDate, [Site Number]> AMOUNT)