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

Is it possible to export to remote system(server) in a particular folder

Hello,

         Is it possible that a client accessing application from web page can export data to a remote system or server??

if i give permission to particular folder for writing?

client will enter username and password then he can export??

i guess it can be done by macro ?

thanks

Lavi

1 Reply
harleen_singh
Creator III
Creator III
Author

any answer to my question??

I am using this code to test export to my server using macro

set cs = ActiveDocument.GetSheetObject("LB04")

cs.ServerSideExportEx "\\127.0.0.1\" , ";" , 0 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF

thanks

Lavi