If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hi all, I am trying to create an expression to show me the negative values in red and the positive values in blue, this is the expression I am sending:
But I see that it takes me positive values in red, thank you very much, I appreciate your help.
@cesarbadill8 Can I know why is it sum(MesM='01')>='0'? what does this expression do?
Your expression should be
if(sum(MesM='01')>='0',Blue(), red())
Let me know if you have any questions.
Don't you think it should be set expression here;
Sum({<Mesm={'01'}>}MesM) if its on front end