Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik sense Map

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!

2 Replies
OmarBenSalem

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

Not applicable
Author

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.