Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Automatically change selections in List Box

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

4 Replies
prieper
Master II
Master II

You may create several listboxes and arrange visibilty-property subject to the elapsed time.

But why would you wish to do so?

HTH Peter

Not applicable
Author

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

prieper
Master II
Master II

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

sujeetsingh
Master III
Master III

Peter has given the best way to represent the thing but i am not sure that it will track all the seconds or minutes.