You can not change sheets automatically in web mode
Good morning all,
I am visualizing my applications on tv screens and the purpose is to automatically change the sheets of my applications in QlikView.
for the change of the leaves add a flag with a variable I went to properties of the sheet> General and chose the check box of condition, I attached the image:
my variable v (Show) has the following conditions:
= if (vSeconds <20.1
, if (vSeconds <40.2
, if (vSeconds <60.3)))
and my variable v (Seconds) has the following formula:
= mod (round ((now () - now (2)) * 86400), 60).
Then the changes of my sheets if they are changed every 20 seconds, one is activated and the others are hidden.
All this is correct, but when I give it the option of web mode in QlikView my sheets are no longer automated every 20 seconds, they are hidden if I click on the screen and also add the applications on the server and when viewing them in the access point does not change automatically either, but also when left click activates the sheet and hide the others.
Does anyone know why in web mode does not do this process? It is only done when I click on the active page.