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: 
drohm002
Creator II
Creator II

resident load invalid expression

Hello, can anyone tell me why I am getting an "invalid expression" error when i load the script below?

drohm002_0-1762277789590.png

 

Labels (3)
1 Solution

Accepted Solutions
dncontin
Contributor III
Contributor III

try

GROUP BY
[Report Finalized By],
[Finalized Date];

View solution in original post

2 Replies
dncontin
Contributor III
Contributor III

try

GROUP BY
[Report Finalized By],
[Finalized Date];

Amit_Prajapati
Creator II
Creator II

Hi @drohm002 ,

You're performing an aggregation operation using COUNT(Internal Exam Id).

As per @dncontin  guidance, when applying any aggregation, all remaining dimension fields must be included in the GROUP BY clause. In this case, please ensure the following fields are grouped:

[Report Finalized By], [Finalized Date].