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: 
Not applicable

text box for 10 seconds

Hi Experts,

I have to bring a text box when a button is clicked and the text box should appear on the screen only for 10 seconds.

i can do the first bit by defining variable. but i dont know how to bring only for 10 seconds.

Is it possible?

can someone please help me?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

6 Replies
Anonymous
Not applicable
Author

Hi Raj,

  Can you brief about the Business need to show the text box only for 10 Sec?

-Jai

MK_QSL
MVP
MVP

check this..

Anonymous
Not applicable
Author

Hi,,

Find the Attachment. It will show the text box for every 10 sec only

MK_QSL
MVP
MVP

Using single variable..

But if you want to use this on access point, you have to use below extension object.

http://www.qlikblog.at/2779/qlikview-autorefresh-document-extension/

jonathandienst
Partner - Champion III
Partner - Champion III

Try this:

Button click action - set vClick to =Now()

Text box condition: (Now() > vClick) And (Now() < vClick + 10/(24*60*60))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanks to all