Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So on the table below I have "Count_" values on the far right and on the far left I have "CPOE_Ord_Ind". I want to create a measure so that it will sum up all the values in "Count_" only if "CPOE_Ord_Ind" shows "Y". So based on the table below I want the result of 9. Sorry if this is trivial but I'm new to Qlik Sense.
Hi,
Try this:
Sum({<CPOE_Ord_Ind={'Y'}>}Count_)
Regards,
Vitalii
Thank you for your reply. I tried that one but it didn't work for me.
So I tried this instead:
Sum({<CPOE_Ord_Ind={'Y'}>}num(trim(Count_)))
This seemed to work perfectly, but I have no idea why. I'm still learning Qlik Sense.
Thanks again though!
This means you have blank spaces in your fieldvalues, suggest you trim(Count_) while loading the data in your script