<?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 selection data on straight table like in Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056084#M353999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I found a neat solution to this. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If it's a single column that you need to copy paste like in my case, create a straight table with that column, and create a macro like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("CHXX").CopyValuesToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Then create a button on the front-end to run this macro and get the value(s) you selected straight into your clipboard for pasting elsewhere.&lt;/SPAN&gt; Better way is to create a field event trigger on the column to run the macro. This circumvents having to right click -&amp;gt; Copy and having too many options to choose from. Other methods you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyValuesToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyTextToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyTableToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So much easier than the right click option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 11:54:51 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2016-02-18T11:54:51Z</dc:date>
    <item>
      <title>Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056080#M353995</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 have a straight table but I would like to Ctrl+C or right click &amp;amp; copy multiple values in a &lt;STRONG style="text-decoration: underline;"&gt;single column&lt;/STRONG&gt; just like how you could Ctrl+C rows A1 to A10 in Excel. I can then paste these values to an external notepad or chat window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I can't do this on a straight table, as dragging down a column and right clicking only allows the options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Copy Full Table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Copy Table Data Area&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Copy Cell Value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can just copy a single column of values that I've selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056080#M353995</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-17T17:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056081#M353996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I don't think this is possible in this way. Maybe you could reduce these table or a copy from them with various selections and/or variable-values as conditions fro dimensions and expressions but I think this could be quite difficult and would require additionally user-actions - which meant an copy/export to excel and a selections there on the wanted area and copy them again would be easier and probably faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056081#M353996</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-17T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056082#M353997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. The easiest way is to copy the entire table to excel and remove the columns you don't need there. Alternatively you can create a table in Qlikview that contains only the column you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 18:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056082#M353997</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-17T18:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056083#M353998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I'll use a single column straight table, as this reduces the steps needed to copy the values. I think Qlik should build keyboard shortcuts for copy/paste like they have with objects. It would be great if the straight tables could behave just like Excel tables in terms of highlighting and copy/paste.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 18:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056083#M353998</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-17T18:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056084#M353999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I found a neat solution to this. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If it's a single column that you need to copy paste like in my case, create a straight table with that column, and create a macro like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("CHXX").CopyValuesToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Then create a button on the front-end to run this macro and get the value(s) you selected straight into your clipboard for pasting elsewhere.&lt;/SPAN&gt; Better way is to create a field event trigger on the column to run the macro. This circumvents having to right click -&amp;gt; Copy and having too many options to choose from. Other methods you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyValuesToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyTextToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CopyTableToClipboard&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So much easier than the right click option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056084#M353999</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-18T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056085#M354000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sifat ,&lt;/P&gt;&lt;P&gt;will that work through access point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many years ago there were web exploits that would read your clipboard and then everyone became aware of the exploit and the ability to read/write the clipboard has often been restricted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 14:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056085#M354000</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-02-18T14:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selection data on straight table like in Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056086#M354001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan - I haven't tested it through the web. Currently I'm trying to circumvent the accesspoint and deliver this as a desktop solution where there's more flexibility in regards to running macros. I don't control the QV server, hence working around it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 17:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-selection-data-on-straight-table-like-in-Excel/m-p/1056086#M354001</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-18T17:39:43Z</dc:date>
    </item>
  </channel>
</rss>

