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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
aarnkalle
Contributor III
Contributor III

Aggregation expressions required by GROUP BY clause.

I am getting error message while writing below code in QlikSense -

Aggregation expressions required by GROUP BY clause.

Please suggest.

AA2:

Load AmtRcd,

[TKBAmt],

[ClaimID_CPTCode]

RESIDENT AA

Group by [ClaimID_CPTCode]

Thanks and Regards,

Abhijit

1 Solution

Accepted Solutions
francescoreggia
Partner - Contributor III
Partner - Contributor III

Delete command "Group by [ClaimID_CPTCode] "or insert an Aggregation expressions like sum,count,avg ect...

View solution in original post

1 Reply
francescoreggia
Partner - Contributor III
Partner - Contributor III

Delete command "Group by [ClaimID_CPTCode] "or insert an Aggregation expressions like sum,count,avg ect...