Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
UserIDforQlik
Partner - Contributor
Partner - Contributor

onOpen Document trigger object to be set ; otherwise Sheet will not be opened

Hallo,

ich habe in meinem Skript ein Listbox-Objekt [LB18] integriert mit Werten
I have in my script a list box object [LB18] integrated with values

LOAD * Inline [
Bediener
Name1
Name2
Name3
];

Nur wenn eine Auswahl beim Öffnen des Dokumentes getroffen wird, soll anschließend das Arbeitsblatt "Main" angezeigt werden.
Only if a selection is made in LB18 when the document is opened, then the worksheet "Main" should be displayed.

Habe bereits versucht über Macro (nicht funktionstüchtig) im onOpen des Dokumentes zu platzieren
Already tried to use macro (not working) in the onOpen of the document:

SUB BedienerAuswahl

Active.Document.GetObject("LB18").Select ActiveDocument.Evaluate("Bediener"),false

END SUB

Thanks for Help

0 Replies