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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ajax Macro, how ?

Hi gays,

how to turn my macro compatible on Ajax environement ?

sub ExtractCSV

set cs = ActiveDocument.GetSheetObject("CH56")

cs.ServerSideExportEx "d:\"&ActiveDocument.Variables("Event_ID").GetContent.String&".csv" , "," , 1

msgbox "The Export was succesfully done"

end sub

regards

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Works ok for me.

MsgBox command doesn't work under ajax though.

Jonathan

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Works ok for me.

MsgBox command doesn't work under ajax though.

Jonathan

Anonymous
Not applicable
Author

do you have a doc or a link to see what doesnt work on ajax ?

Anonymous
Not applicable
Author

No, sorry.

Jonathan