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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Auto hiding objects.

Hi all,

I am in a requirement, where i have to auto hide the objects.

Is there anyway to auto hide a object after a particular time.

Lets say,

i have a dashboard, and i have four objects totally, where i need to show the first two objects for 1 minute, and after a min those two objects should hide and should display other two objects for 1 minute and vice versa.

Thanks...

3 Replies
tamilarasu
Champion
Champion

Hi Kishore,

Paste the below expression in first two objects.

=Odd(Subfield(Now(),':',2))

And paste the below one in 3rd and 4th objects.

=Even(Subfield(Now(),':',2))

I have attached a sample document for your understanding.

sushil353
Master II
Master II

Hi,

You can try something like this:

in your chart> Properties>Layout> conditional hide

try this expression : mod(minute(now()),2)

HTH

Sushil

Anonymous
Not applicable
Author

This expression is not working.. Its hiding as soon as i give apply.