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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export with Macro

Hi Guys, i have a table that one of the collumns is an representation like a color

error loading image

but when i use the macro:

sub Exportador



local="D:\testeqlik.jpg"



set obj=ActiveDocument.getSheetobject("CH04")

obj.ExportBitmapToFile(local)

end sub

and the image that the macro export is:

error loading image





someone imagine what happens? how i can have the complete image?

0 Replies