Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created October 2, 2012 14:36
Show Gist options
  • Save pedroelsner/3819614 to your computer and use it in GitHub Desktop.
Save pedroelsner/3819614 to your computer and use it in GitHub Desktop.
QlikView - ServerSideExportEx
set tb = ActiveDocument.GetSheetObject("CH01")
tb.ServerSideExportEx "C:\test.jpg" , " " ,2 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment