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: 
preetipandey1
Partner - Contributor
Partner - Contributor

Color is not changing on Access Point

Hi All,

I have developed one dashboard where I have implemented one highlight box. I am changing the color of that text box on even and odd second. When I am opening dashboard on qlikview developer, color is changing but when I am opening same application using access point URL color is not changing.

Please find expression which I am using to change color:

=if(Odd(Second(now(1))),RGB(202,202,202),RGB(240,0,0))

Please help to resolve this issue.

Thanks

10 Replies
Colin-Albert
Partner - Champion
Partner - Champion

You are using Now(1)  this will poll the OS every second and may degrade performance.

Your call if this is worth it just to make a text box flash.

The warning below is from the QV help on the now() function.

The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system