Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide text object after few seconds

Hi,


I am having a table for exporting.

I will show that table after clicking on button.

I want to show some msg like "You are in Export Table" in some text object.

So if i add some condition, so that the text object will hide after two seconds from the time the button is clicked.

Is there any option to do this?

Like a Splash Screen, using text object.

10 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

Use now() to set var on first event and hide if now()>var+x sec

israrkhan
Specialist II
Specialist II

hi, get the time in seconds when you clicks on button using trigger in a variable, and then use that variable in text box,

add two or three seconds in it, and compare with second(now), if they are equal or greater, then hide it in conditional show..

try it, and let me know, if could not do, i will prepare a sample for you

MayilVahanan

HI

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Uday

Do be cautious using the now() function in a qvw Dashboard as it will sit there continuously consuming CPU, even if the user goes out to lunch for a few hours and leaves the Dashboard open.

Best Regards,     Bill

jonasheisterkam
Partner - Creator III
Partner - Creator III

You can use the calculation in a Var and remove it from the object if time is over and set it on first action.

Anonymous
Not applicable
Author

Jonas

That's a cunning suggestion, I like it.

Best Regards,     Bill

Not applicable
Author

Please note that Now() function won't work on AJAX client.

Not applicable
Author

Now() will not work in Ajax. Then i cannot use that and also it takes most of the CPU time right, so i cannot use it in my application, because my tool size is some 252MB.

Any other way of implementing it without using Now()?

marco_81
Contributor III
Contributor III

Does anyone meanwhile get a solution ?
I want give the User (Ajax) a Hint too... but after a few Seconds the Text Box should be closed.