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

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

How to create a copy of active document through a macro or other solution (Ajax mode) on Server

Hi all,

can I create a copy (save as clone) of active document through a macro (Ajax mode) or Action or other on a Server and publish it on access point?

The action must be activated by the user on browser with a button....

i try this :

sub SaveAs

Set obj= .ActiveDocument

obj.SaveCopyAs("C:\Users\XXX\Desktop\FileCopy.qvw")

end sub

but it's not working.

Have you an idea??

thanks all.

MC

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

it's possible with Loop and Reduce on a field on publisher and a macro calls a Task EDX.

MC

View solution in original post

3 Replies
ariel_klien
Specialist
Specialist

Hi,

I know that you can do that with IE PlugIn.

You can right click on the object and clone it.

BR

Ariel

Not applicable
Author

Hi,

i want to clone the .qvw document not an object.

And i want to publish it on server.

MC

Not applicable
Author

Hi,

it's possible with Loop and Reduce on a field on publisher and a macro calls a Task EDX.

MC