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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What is the trigger script to open the SaveFileDialog ?

Hallo,

what is the trigger script to open the SaveFileDialog ?

Thank you.

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

There's no such trigger afaik. What are you trying to do?


talk is cheap, supply exceeds demand
Not applicable
Author

I have inserted in my Sheet a button to Save As document. Actually, i'm using an input box to set path and filename, but for user is not fine. User want to use the common windows SaveAsDialog. How can I do this ?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can try to find some vbscript code on the internet to do that. There's some code out there that works on XP only. It also needs system access for the module as it needs to create an activex object for the dialog.


talk is cheap, supply exceeds demand
Not applicable
Author

I use windows 2008 server. I didn't found script that works on internet. Qlikview macro, unfortunately ,doesn't have debug and if there is a bug, doesn't indicate me the type of problem and the line of code where the problem is. It opens only macro windows with the cursor where it was the next time I used the window. If there is a problem I don't know ever of it. And if I write an object name and I press the dot I don't have the list of all his method and properties and I don't know what is there directly from editor.