Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shyamcharan
Creator III
Creator III

How to Stop Traffic Light Gauge from blinking

Hi Experts,

I have used NOW() function to get today's date and used it to get the remaining warranty days for an asset.

I wanted to show the Traffic Light Gauge to show green or red to indicate in warranty and out of warranty.

But because Now() function is refreshing every second the traffic gauge too is blinking as in the attached QVW document.

Can anyone please suggest how i can stop that from blinking.

Thanks in advance.

Regards,

Shyam.

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

Use today() function instead of now()

View solution in original post

5 Replies
Not applicable

You can use today() instead of now()

JonnyPoole
Former Employee
Former Employee

Use today() function instead of now()

shyamcharan
Creator III
Creator III
Author

Thanks Guys.

But even Today() function is behaving the same. Please find the attached.

Please suggest.

Regards,

Shyam.

JonnyPoole
Former Employee
Former Employee

update the other expression too...warranty days. Your sample uses Now() in that function too.

shyamcharan
Creator III
Creator III
Author

Thanks Guys its working now. Cheers!!