Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Delete command "Group by [ClaimID_CPTCode] "or insert an Aggregation expressions like sum,count,avg ect...
Delete command "Group by [ClaimID_CPTCode] "or insert an Aggregation expressions like sum,count,avg ect...