Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi Sridhar,
Thanks for the useful advice. This will solve my problem.
//Jan