Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In my current working file having two buttons.
Now i am trying to do is , that i will click only anyone button , after that particular button actions are done then after 5 seconds , the next button also should perform action without clicking by the user.
Ex:
First button contains an action : SelectAll
Second button contains an action : ClearAll
Now i clicked on the First button , after 5 seconds the Second button also should perform its action automatically.
Is it possible to do this ?
Thanks in advance
I would imagine in this instance the idea is to have a snapshot show with all the selections for a few seconds and then have it clear automatically, using the .Sleep like that you would only see the final stage of the maco i.e the clear
and not see all the selections for the first few seconds
Just a stab at what I think he is after anyways
Joe
Hi,
have a look here
http://community.qlik.com/message/147694#147694
doesn't seem possible but it is possible to have two buttons mimic as one using conditional show/hide, hope that helps
thanks
Joe
Hi,
Excuse my question but, what sense does it have to have two different buttons and click only one? You can create only one button, run a macro that performs what you want, using the API .Sleep member in between the two actions.
Hope that helps.
BI Consultant
I would imagine in this instance the idea is to have a snapshot show with all the selections for a few seconds and then have it clear automatically, using the .Sleep like that you would only see the final stage of the maco i.e the clear
and not see all the selections for the first few seconds
Just a stab at what I think he is after anyways
Joe
Thankyou every1 it is working