Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
Are you missing square brackets? and try single quotes instead of doube quotes
Sum({$<[Loss Desc] = {'*UNASGN'}>} [Causal Total Time])
Are you missing square brackets? and try single quotes instead of doube quotes
Sum({$<[Loss Desc] = {'*UNASGN'}>} [Causal Total Time])
Thank-You!!!!
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