Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
check this..
Hi Raj,
Can you brief about the Business need to show the text box only for 10 Sec?
-Jai
check this..
Hi,,
Find the Attachment. It will show the text box for every 10 sec only
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/
Try this:
Button click action - set vClick to =Now()
Text box condition: (Now() > vClick) And (Now() < vClick + 10/(24*60*60))
Thanks to all