Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Creator III
Creator III

Max(Aggr(Max(Temperature), Location, MAC, [Datetime.autoCalendar.Month], Comment))

Hi experts

I have the above expression.

This expression should calculate the maximum temperature value of the given dimenion combination. But it still shows the maximum of the whole result set. Where is the error?

Thanks

Labels (2)
2 Replies
lyr_com
Contributor II
Contributor II

Hi,

I understand that you want to obtain the maximum temperature of the group formed by: Location, MAC, month and comment?

Try: Aggr(Max(Temperature), Location, MAC, [Datetime.autoCalendar.Month], Comment)

TomBond77
Creator III
Creator III
Author

the above formula mentioned myself is correct. I misinterpreted the result. Thanks.