Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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)

1 Solution

Accepted Solutions
sunny_talwar

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

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

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