Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a QlikView application where there is a list box with different fields which can be selected.
To present this application I need a way in which the selection is changed automatically in a certain time frame (e.g. 1 minute).
How can this made be possible? I do not have any experiences with macros or equivalent things, so I am looking forward to getting your help
Best Regards
Alex
You may create several listboxes and arrange visibilty-property subject to the elapsed time.
But why would you wish to do so?
HTH Peter
Hi Peter,
we have a screen at our desk where we are able to present our project. So it would be great if all this happens automatically such that everybody can see the variety of Qlik
Best Regards
Alexander
You may play around with the visibility with conditional show and a formula like
SECOND(NOW()) - (FLOOR(SECOND(NOW()) / 3) *3) = n
with n = 0, 1 or 2
for showing each second one out of three objects, have attached one example.
Objects might be placed on top of each other as well, have fun!
HTH Peter
Peter has given the best way to represent the thing but i am not sure that it will track all the seconds or minutes.