Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sum ({1-$<HotQty = {0}>}QtyToPour)
This works on the initial selection but not if the user selects something else. How do I get this to work no more what is selected?
My apologies, I forgot the double quotes. Try this:
Sum({$<HotQTY = {">0"}>} QtyToPour)
-Josh
Qlik
Because Set Analysis uses the <> symbols, I can not use those symbols
anywhere in my statement without getting an error.
James F. Walsh Jr.
MIS
ME Elecmetal
(218) 213-9571
Sorry Josh, that did not work either. I do not get an error but nothing
changes on the report.
James F. Walsh Jr.
MIS
ME Elecmetal
(218) 213-9571
try :
Sum ({$<HotQty => {1}>}QtyToPour)
or Josh's solution:
Sum({$<HotQTY = {">0"}>} QtyToPour)
I already did and I get the error due to using the >.
James F. Walsh Jr.
MIS
ME Elecmetal
(218) 213-9571
Sorry Josh my mistake this time. I copied and pasted and since my variable
HotQty is this and NOT HotQTY, it did not work. Now that I have fixed
this, it does seem to be doing what I was looking for.
Thank You!
James F. Walsh Jr.
MIS
ME Elecmetal
(218) 213-9571
Can you please post some sample data. That will help me check my work before sending it back.
Thanks,
Josh
Thank you for your assistance. I have received the solution.
Thank you for tapping in but I have received the solution.
So josh's solution worked,that's good