<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Copy to Clipboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224242#M1292868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Did you mean the snipping tool?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Anjali &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 06:12:43 GMT</pubDate>
    <dc:creator>anjali0108</dc:creator>
    <dc:date>2017-02-20T06:12:43Z</dc:date>
    <item>
      <title>Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224238#M1292861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224238#M1292861</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224239#M1292863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*In Office, that is Paste Special&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 05:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224239#M1292863</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-02-20T05:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224240#M1292865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjali,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Copy image to Clipboard is not available in the ajax client,you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;screenshot tool to make an image and then paste that into excel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Murali Mohan.T&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 05:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224240#M1292865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224241#M1292867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try below macro code to meet ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sub CopyCNR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; set ContractNr = ActiveDocument.fields("Contract_Number").GetSelectedValues&lt;/P&gt;&lt;P&gt; If ContractNr.Count=1 Then&lt;/P&gt;&lt;P&gt; ActiveDocument.GetSheetObject("TX03").CopyTextToClipboard&lt;/P&gt;&lt;P&gt; Else&lt;/P&gt;&lt;P&gt; Msgbox("Select one value.")&lt;/P&gt;&lt;P&gt; End If&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 05:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224241#M1292867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224242#M1292868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Did you mean the snipping tool?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Anjali &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 06:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224242#M1292868</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-02-20T06:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224243#M1292869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and it did work but when I am changing the size of the image,it's again blurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there any other option where any changes are not required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 06:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224243#M1292869</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-02-20T06:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224244#M1292870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The snipping tool may be the best option. The File &amp;gt; Print Screen option in QlikView Dashboard only actually physically prints out a page of a QlikView App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As a final alternative, you may wish to make a copy of the actual objects (copying to clipboard --&amp;gt; right mouse click &amp;gt; copy to clipboard &amp;gt; object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I believe this will help you. Please mark this as useful and helpful if this helps.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="SheetImage.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153682_SheetImage.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="ObjectImage.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/153683_ObjectImage.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 07:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224244#M1292870</guid>
      <dc:creator>sarvesh</dc:creator>
      <dc:date>2017-02-20T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224245#M1292871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarvesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already know this option .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 07:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224245#M1292871</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-02-20T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224246#M1292872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;First try to maximize the chart using icons available in caption tab--&amp;gt;&amp;nbsp; Then Copy Image to Clipboard --&amp;gt; go to target --&amp;gt; paste Special -&amp;gt; select bitmap option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 07:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-to-Clipboard/m-p/1224246#M1292872</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-20T07:43:59Z</dc:date>
    </item>
  </channel>
</rss>

