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: 
Not applicable

Error In Expression.. HELP!

I am trying to use this expression in a bar chart so that I only see the Causal Total Time that includes the Loss Description of "UNASGN" but i keep getting an Error In Expression (Error in Set Modifier Expression) Any ideas?

Sum({$<Loss Desc={"*UNASGN"}>}Causal Total Time)

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Are you missing square brackets? and try single quotes instead of doube quotes

Sum({$<[Loss Desc] = {'*UNASGN'}>} [Causal Total Time])

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Are you missing square brackets? and try single quotes instead of doube quotes

Sum({$<[Loss Desc] = {'*UNASGN'}>} [Causal Total Time])

Not applicable
Author

Thank-You!!!!

sunny_talwar
MVP
MVP

Did it solve your issue? If it did, then I would request you to close this thread by marking correct answer.

Qlik Community Tip: Marking Replies as Correct or Helpful

Best,

Sunny