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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

performing two actions by button

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

1 Solution

Accepted Solutions
Not applicable
Author

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

View solution in original post

4 Replies
Not applicable
Author

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

Miguel_Angel_Baeyens

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.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

Not applicable
Author

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

Not applicable
Author

Thankyou every1 it is working