Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exporting an image from a graphic

Hi everyone,

I want to let the users export a graphic to a image or copy the iimage to paste it.

This graphic does not have the sice to show all the information at once so they have to use the scroll. Qhen they export or copy it exports only the part shown by the scroll.

How can i let them copy all the information on the graphic not only the pat that is shown by the scrollbar?

Thanks a lot,

Artur.

2 Replies
Not applicable
Author

Hi,

How about opening a new window (using an action with an url) with the graphic when it is clicked on.

Not applicable
Author

You can export a sheet to an image using VBScript. However if the user has to scroll to see the entire image when the full window is open then this process will also show the scroll bar. Here is a starting point for the VBScript if that makes sense for you to try.

ActiveDocument.Sheets("SH01").ExportBitmapToFile "Y:\directoryName\imageName.jpg"

Here is a similar thread of the same topic

http://community.qlik.com/forums/t/29239.aspx