<?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: Copying a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102043#M365461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, this works thanks! &lt;/P&gt;&lt;P&gt;One question: Is it possible to change the field names when putting these fields in a table? because this changes the field names to Table_DataCopy.fieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 16:46:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-13T16:46:04Z</dc:date>
    <item>
      <title>Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102039#M365457</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 want to copy a table in Qlikview, and not have it give me synthetic keys, don't want it to get linked to my other table as I will be doing different things with the main table, and I want my MainTableCopy to just be there separately. I'm having the below script to copy my MainTable, but it gives me synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MainTableCopy &lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Resident MainTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102039#M365457</guid>
      <dc:creator />
      <dc:date>2016-06-13T16:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102040#M365458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify *;&lt;/STRONG&gt;&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;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;MainTableCopy &lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident MainTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102040#M365458</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102041#M365459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just want separate table without any association, you can use Qualify *, at the top of your new load statement, it will create tablename.fieldname to keep them unassociated with similar field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102041#M365459</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-13T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102042#M365460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Qualify or change column name for that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102042#M365460</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-13T16:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102043#M365461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, this works thanks! &lt;/P&gt;&lt;P&gt;One question: Is it possible to change the field names when putting these fields in a table? because this changes the field names to Table_DataCopy.fieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102043#M365461</guid>
      <dc:creator />
      <dc:date>2016-06-13T16:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102044#M365462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2763"&gt;How to Rename Fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102044#M365462</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T16:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a table</title>
      <link>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102045#M365463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load A,B,C from Main_Table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can do like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Main_Table A],&lt;SPAN style="font-size: 13.3333px;"&gt;[Main_Table B],&lt;SPAN style="font-size: 13.3333px;"&gt;[Main_Table C] from Main_Table;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copying-a-table/m-p/1102045#M365463</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-13T16:52:16Z</dc:date>
    </item>
  </channel>
</rss>

