<?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: Re: union in edit script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638805#M234157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Rename the fields as appropriate name to make same see the example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;STRONG&gt;Field1,Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ColA as &lt;STRONG&gt;Field1&lt;/STRONG&gt;, ColB as &lt;STRONG&gt;Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load FirstField as &lt;STRONG&gt;Field1&lt;/STRONG&gt;,SecondField as &lt;STRONG&gt;Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 12:35:00 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-04T12:35:00Z</dc:date>
    <item>
      <title>union in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638801#M234153</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'm having few csv files which I want to load in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use union while loading csv files just like the way we use in sql queries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638801#M234153</guid>
      <dc:creator />
      <dc:date>2014-06-04T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: union in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638802#M234154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In place of the Union in qlikview you can go for Joins( Left,Right,Inner,Join) but if the column names are same then use Concatenate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Field1,Field2.... From Location&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Field1,Field2.... From Location&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Field1,Field2.... From Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note If column name are same then you just load the table qlikview concatenate the same field name tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638802#M234154</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-04T10:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: union in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638803#M234155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a clarification, the column names doesn't necessarily have to be the same to use concatenate.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If they're not the same, the new columns will be added from the new table. This can be desired if you for example wish to merge two fact tables in the same model.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638803#M234155</guid>
      <dc:creator />
      <dc:date>2014-06-04T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: union in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638804#M234156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And even if column names are different but you want them to be the same altogether, rename them as you load each successive .csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Load Field1,Field2.... From Location;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Load Piece1 AS Field1,Piece2 AS Field2.... From Location;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Load Fragment AS Field1, Date AS Field2.... From Location;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all files have matching column names, and they have comparable filenames, use the simplest of all simple LOAD statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;BigTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * FROM 'File-*.csv' (...);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638804#M234156</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-06-04T12:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: union in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638805#M234157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Rename the fields as appropriate name to make same see the example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;STRONG&gt;Field1,Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ColA as &lt;STRONG&gt;Field1&lt;/STRONG&gt;, ColB as &lt;STRONG&gt;Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load FirstField as &lt;STRONG&gt;Field1&lt;/STRONG&gt;,SecondField as &lt;STRONG&gt;Field2&lt;/STRONG&gt;.... From Location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/union-in-edit-script/m-p/638805#M234157</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-04T12:35:00Z</dc:date>
    </item>
  </channel>
</rss>

