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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sentence export doesn´t work

Hi Forum

I have a Sub . I copy the sub in the script. but it doesn´t work

This is the sentence:



Sub ServerExport
Set st = ActiveDocument.GetSheetObject("TB01")
st.ServerSideExport "C:\QlikView Archivos Requerimientos\Germinador\test.qvd" , ";" ,0
End Sub

Call ServerExport

Thanks for your answers !!



1 Solution

Accepted Solutions
Not applicable
Author

are you using the sub in your script?

i would use it in the edit module vb script and then would call this macro via a button or on post reload or on open as per requirement

regards

Peter

View solution in original post

3 Replies
Miguel_Angel_Baeyens

Take a look at your previous post.

Regards

Not applicable
Author

are you using the sub in your script?

i would use it in the edit module vb script and then would call this macro via a button or on post reload or on open as per requirement

regards

Peter

Not applicable
Author

Peter

That is the solution.

Thanaks a lot !!