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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

edit expression

Please could someone please help.   What's the wrong with this expression

=sum({<Directorate = 'Surgical Services'>}[planned activity]

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You are missing a right paren at the end of the expression.

=sum({<Directorate = 'Surgical Services'>}[planned activity] )

-Rob

http://robwunderlich.com

Not applicable
Author

oops sorry Rob i do have the left ) just didn't post it correctly on the discussion.

could u think of anything else because expression is ok but not getting a result for some reason

Thanks

SunilChauhan
Champion II
Champion II

use the below code

sum({<Directorate = {"Surgical Services"}>}[planned activity] )

Sunil Chauhan