<?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 Help Needed - QV8.0 Buttons in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216720#M70019</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;I was wondering if anyone knew how to create a button which will copy a gauge chart to the clipboard as an image? I know you can right click on the sheet object and do this but would be good if i can do it in a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no VB knowledge I'm afraid!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2010 17:54:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-19T17:54:48Z</dc:date>
    <item>
      <title>Help Needed - QV8.0 Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216720#M70019</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;I was wondering if anyone knew how to create a button which will copy a gauge chart to the clipboard as an image? I know you can right click on the sheet object and do this but would be good if i can do it in a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no VB knowledge I'm afraid!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 17:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216720#M70019</guid>
      <dc:creator />
      <dc:date>2010-01-19T17:54:48Z</dc:date>
    </item>
    <item>
      <title>Help Needed - QV8.0 Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216721#M70020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the API Guide, this should work:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where CH01 is the Object ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 18:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216721#M70020</guid>
      <dc:creator />
      <dc:date>2010-01-19T18:02:01Z</dc:date>
    </item>
    <item>
      <title>Help Needed - QV8.0 Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216722#M70021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this - but I can't seem to get it to work.&lt;/P&gt;&lt;P&gt;I select new sheet object -&amp;gt; button&lt;/P&gt;&lt;P&gt;I then select Macro as the function then select Edit Module on the macro tab and paste this code in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong? Sorry I got trained on QV 2 years ago and only just got round to using it!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 18:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216722#M70021</guid>
      <dc:creator />
      <dc:date>2010-01-19T18:17:28Z</dc:date>
    </item>
    <item>
      <title>Help Needed - QV8.0 Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216723#M70022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make it a subroutine.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sub CopytoBMP&lt;BR /&gt; ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;BR /&gt;End Sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then once you close the Edit Module screen, make sure you select your Sub in the macro drop down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 18:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-QV8-0-Buttons/m-p/216723#M70022</guid>
      <dc:creator />
      <dc:date>2010-01-19T18:58:13Z</dc:date>
    </item>
  </channel>
</rss>

