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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Creator III
Creator III

start script with button?

Hi,

is it possiple to start the script (PartialReload) with the button?

thx

Chris

Do or Do Not. There is no try!
1 Solution

Accepted Solutions
biester
Specialist
Specialist

Hi,

I think you mean "with A button". It should be possible by assigning a macro (pre 9.0) or RunMacro action to the button, and the macro command should be

ActiveDocument.PartialReload

or

ActiveDocument.Reload

or in 9.0 also with parameters (see APIGuide)

ActiveDocument.DoReload <ErrorHandlingMode,Partial,Debug>

Rgds,
Joachim

View solution in original post

2 Replies
biester
Specialist
Specialist

Hi,

I think you mean "with A button". It should be possible by assigning a macro (pre 9.0) or RunMacro action to the button, and the macro command should be

ActiveDocument.PartialReload

or

ActiveDocument.Reload

or in 9.0 also with parameters (see APIGuide)

ActiveDocument.DoReload <ErrorHandlingMode,Partial,Debug>

Rgds,
Joachim

chrisg
Creator III
Creator III
Author

yes: with A button

Chris

Do or Do Not. There is no try!