Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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