Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys.
Im having a problem with a semaphore. I have two dates and i need the difference in days between them so i just do date 1 - date 2 and it works fine. The problem is that when the difference is zero, qlik paint black...and should paint green.
Having only 3 segments (green, yellow, red) why is it painting black when the difference is zero??
really apreciate your help on this. Thanks
Hi Sebastian,
What is the expression?
LiquidacionesDefinitivas.FechaNotificacion - LiquidacionesDefinitivas.FechaCorte
Is just date1 - date2
For me, it shows green.. May be instead of Gauge, try to use the image representation. Like
if(Date1-Date2>10,'qmem://<bundled>/BuiltIn/led_g.png',
if(Date1-Date2>5,'qmem://<bundled>/BuiltIn/led_r.png','qmem://<bundled>/BuiltIn/led_y.png'))