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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
kkkumar82
Specialist III
Specialist III

Macro execution failing in QV12 version

All,

I am running the following macro from QV12 SR1 and it is failing but when I tried the same with QV11 SR12 it is getting success,

sub straighttoqvd

    set obj = ActiveDocument.GetSheetObject("TB01")

    obj.ExportEx "E:\Qvds\StarRanking.qvd",4

end sub

When I test the macro in editor it is showing an error in the third line, is there a way or change in QV 12 for exporting objects.

0 Replies