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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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...