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

Start Script-Editor with a button

Hi all,

I would like to add a button next to my table which opens the script-editor.

Is there a command for this.

Thank you for your help!

1 Solution

Accepted Solutions
agilos_mla
Partner - Creator III
Partner - Creator III

Create a button that run this macro

 

Sub OpenScriptEditor
ActiveDocument.DialogEditScript
End Sub

Michael

View solution in original post

4 Replies
Not applicable
Author

do you only want to open the editor or do you also want to run the script?

jvitantonio
Luminary Alumni
Luminary Alumni

Hi,

You'll need to create a Macro. You can follow the instructions in this thread: Open script with a button

JV

agilos_mla
Partner - Creator III
Partner - Creator III

Create a button that run this macro

 

Sub OpenScriptEditor
ActiveDocument.DialogEditScript
End Sub

Michael

Anonymous
Not applicable
Author

I just want to open it.