Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
anjali0108
Partner - Creator III
Partner - Creator III

Copy to Clipboard

Hi All,

Is there any option where I can get the chart image as it is exported to excel as copy to clipboard option is giving me blurred image?

Thanks in advance.

8 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

When you paste, select the Paste As.. option in your target* and select Bitmap or Device Independent Bitmap. It is not the default option (although it should be).

*In Office, that is Paste Special

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable

Hi Anjali,

Copy image to Clipboard is not available in the ajax client,you can use screenshot tool to make an image and then paste that into excel.



Regards,

Murali Mohan.T

Anonymous
Not applicable

You can try below macro code to meet ur requirement.

Sub CopyCNR

set ContractNr = ActiveDocument.fields("Contract_Number").GetSelectedValues

If ContractNr.Count=1 Then

ActiveDocument.GetSheetObject("TX03").CopyTextToClipboard

Else

Msgbox("Select one value.")

End If

End Sub

anjali0108
Partner - Creator III
Partner - Creator III
Author

Did you mean the snipping tool?

Thnx,

Anjali

anjali0108
Partner - Creator III
Partner - Creator III
Author

Hi Jonathan,

Thanks and it did work but when I am changing the size of the image,it's again blurred.

Isn't there any other option where any changes are not required?

sarvesh
Creator III
Creator III

The snipping tool may be the best option. The File > Print Screen option in QlikView Dashboard only actually physically prints out a page of a QlikView App.

As a final alternative, you may wish to make a copy of the actual objects (copying to clipboard --> right mouse click > copy to clipboard > object).

I believe this will help you. Please mark this as useful and helpful if this helps.

SheetImage.jpg

ObjectImage.jpg

anjali0108
Partner - Creator III
Partner - Creator III
Author

Hi Sarvesh,

I already know this option .

My question was that how can i get a clear image when i use copy to clipboard or how can i get clear image without using that option.

Thnks for the help.

sasikanth
Master
Master

HI,

First try to maximize the chart using icons available in caption tab-->  Then Copy Image to Clipboard --> go to target --> paste Special -> select bitmap option.