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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
tracer
Contributor
Contributor

Error in statement

Dear All

I have inserted below statement and qlik sense is returning "Error in expression - ')' or ',' expected

sum({<[Location]={'Ljubljana','Sl. Bistrica'}>}[Planded_time]

 

please advise.

 

kind regards,

 

Matej 

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

The closing bracket is missing: sum({<[Location]={'Ljubljana','Sl. Bistrica'}>}[Planded_time]) 

- Marcus

View solution in original post

2 Replies
marcus_sommer

The closing bracket is missing: sum({<[Location]={'Ljubljana','Sl. Bistrica'}>}[Planded_time]) 

- Marcus

tracer
Contributor
Contributor
Author

Thank you Marcus!