Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I am building an app in QlikSense where I need to use maps. I tryed coloring by rank and it worked perfectly good in the desktop-version of QLIK Sense. Now I have moved my app to QLIK Sense Server, suddely all dots on the map turned out to be gray. Seems like the color code is being completely ignored. I wonder what is going on, have I done something wrong?
Here is the color code, just in case:
if(($(Delta Pü) >= $(range)) and (sum(A_Halt)> $(GrenzeHalte) and sum(B_Halt)> $(GrenzeHalte)),
LightGreen(),
if($(Delta Pü) < (-$(range)) and (sum(A_Halt)> $(GrenzeHalte) and sum(B_Halt)> $(GrenzeHalte)),
LightRed(),
if((sum(A_Halt)> $(GrenzeHalte) and sum(B_Halt)> $(GrenzeHalte)),
argb(40,130,130,130),
argb(0,130,130,130)
)))
Thank you for your help!
if your server version is prior to your desktop version, you won't find your variables.
check that out, maybe your variables are just gone
No, variables are all fine. I had another look around and it seems that there is some kind of not documentet change or bug in how to use colorcodes in the latest update.