Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Generating .jpg or .gif output from a report

Hi,

I would like to schedule a report that generates .jpg images of a set of charts in my QlikView application. Is there anyone that can inform me if there is a (simple) way of generating .jpg or .gif images in this (or any other) way from a QlikView application?

Thanks //Jan

2 Replies
Not applicable
Author

Hi,

Use this below code in Macro module and map this function on document and setting post reload event.

ActiveDocument.GetSheetObject("CH04").ExportBitmapToFile "D:\QlikView\test.png"

- Sridhar

Not applicable
Author

Hi Sridhar,

Thanks for the useful advice. This will solve my problem.

//Jan