Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I run only under FF.
the macro works on my test server but not on my prod server
You wrote that it worked under IE, my question: Are you running Ajax (WebView) in IE when it works?
ahh ok.
i doesnt work under IE with ajax plugin.
I found the problem dudes.
i juste upgrade QV 11282 to 11440.
and now it works perfectly
thanks
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.