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

Macro Issue ??!

hi guys.
I have a problem in QlikView and I do not understand or it may come from.
I created a macro to export fields in a csv file.
I did several test on my test server and my production server, here are the results:

Test server:

in heavy client: it works
in heavy client web view: it does not work
on the portal: it works

Production server:

In heavy client: it works
in heavy client web view: it does not work
on the portal does not work

I have verified that this is the same config between the two servers, and also that my macro is compatible ajax /



an idea?

sub ExtractCSV

set cs = ActiveDocument.GetSheetObject("CH44")

cs.export "\\10.200.132.32\partage\Marketing Clients\"&ActiveDocument.Variables("Event_ID").GetContent.String&".csv" , ","

end sub

14 Replies
Anonymous
Not applicable
Author

I run only under FF.

the macro works on my test server but not on my prod server

jerrysvensson
Partner - Specialist II
Partner - Specialist II

You wrote that it worked under IE, my question: Are you running Ajax (WebView) in IE when it works?

Anonymous
Not applicable
Author

ahh ok.

i doesnt work under IE with ajax plugin.

Anonymous
Not applicable
Author

I found the problem dudes.

i juste upgrade QV 11282 to 11440.

and now it works perfectly

thanks

stvn_003
Contributor III
Contributor III

I have a problem running the macros, when I run a macro for the first time, it works very well, but then they are all disabled and I can no longer run any, I have to close the file and reopen it.