<?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 Copy data in a cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159513#M34121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on the cell, Copy to Clipboard, Cell value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 13:06:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-26T13:06:35Z</dc:date>
    <item>
      <title>Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159511#M34119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to copy a value in a single data cell (Straight Table) so it can be used in another applications.&lt;/P&gt;&lt;P&gt;I have a straight table to contain a list of all open Purchase Order. I want to be able to quickly copy a specific purchase order number and paste it to Oracle.&lt;/P&gt;&lt;P&gt;Can this be done or do I need to export to Excel and then copy?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 13:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159511#M34119</guid>
      <dc:creator />
      <dc:date>2010-10-26T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159512#M34120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy to clipboard -&amp;gt; cell value&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 13:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159512#M34120</guid>
      <dc:creator />
      <dc:date>2010-10-26T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159513#M34121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on the cell, Copy to Clipboard, Cell value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 13:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159513#M34121</guid>
      <dc:creator />
      <dc:date>2010-10-26T13:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159514#M34122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I would like to create a method "getCurrentFieldIntoClipboard". So we can create a button where the user can "Copy to Clipboard" in just one click.&lt;/P&gt;&lt;P&gt;We have users that complain about it. &lt;/P&gt;&lt;P&gt;I know you can do that in 3 clicks but if we can do that in 2, one to select the cell and another to copy is too much easier. And of course you can export to excel and do this there but we can do this here too. May you help me?&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;I already solved my problem using the method like this:&lt;/P&gt;&lt;P&gt;sub GetCurrentFieldIntoClipboard&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("TB02").CopyValuesToClipboard&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// TB02 is a hidden table with the field that I want to copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 12:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159514#M34122</guid>
      <dc:creator />
      <dc:date>2011-10-07T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159515#M34123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very helpful, thank you, providing I'm using the Qlikview client.&lt;BR /&gt;When viewing Qlikview through a web browser, "copy to clipboard" is not a right-click option.&lt;/P&gt;&lt;P&gt;Am I missing a checkbox in the table properties?&lt;/P&gt;&lt;P&gt;When I right-click on a table in a web browser, I get the following options;&lt;/P&gt;&lt;P&gt;Properties...&lt;/P&gt;&lt;P&gt;Notes &amp;gt;&lt;/P&gt;&lt;P&gt;Sort&lt;/P&gt;&lt;P&gt;Select Possible&lt;/P&gt;&lt;P&gt;Select Excluded&lt;/P&gt;&lt;P&gt;Select All&lt;/P&gt;&lt;P&gt;Clear All Selections&lt;/P&gt;&lt;P&gt;Clear&lt;/P&gt;&lt;P&gt;Clear Other Fields&lt;/P&gt;&lt;P&gt;Copy (which does not actually copy to the clipboard for other apps)&lt;/P&gt;&lt;P&gt;Print...&lt;/P&gt;&lt;P&gt;Send to Excel (I could use this but really really not preferrable)&lt;/P&gt;&lt;P&gt;Export...&lt;/P&gt;&lt;P&gt;Maximise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone help please.&lt;BR /&gt;Elp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/159515#M34123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T21:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/1605189#M444661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The option of "copy function" applies to charts and not a tablebox.&amp;nbsp; I had the same issue asked of me and started researching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestion, to get this "copy", change tablebox to a chart.&amp;nbsp; You will then see it.&lt;/P&gt;&lt;P&gt;QlikView Ver 12.20 SR9 - my version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 13:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-data-in-a-cell/m-p/1605189#M444661</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2019-07-23T13:31:44Z</dc:date>
    </item>
  </channel>
</rss>

