<?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: load same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883804#M1216967</link>
    <description>&lt;P&gt;Hi, you can use &lt;STRONG&gt;unqualify&lt;/STRONG&gt; statement.&lt;/P&gt;
&lt;P&gt;also you can use &lt;STRONG&gt;loosen table Table 2;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 11:05:38 GMT</pubDate>
    <dc:creator>jmartineze</dc:creator>
    <dc:date>2022-01-21T11:05:38Z</dc:date>
    <item>
      <title>load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1882397#M1216908</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduzione"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,
is it possible to load the same table in the same script without creating a synthetic key because the fields are the same?
I would like to create two separate tables from the same upload file&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Tab1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A, &lt;BR /&gt;B, &lt;BR /&gt;if(Trim(A) = '' and trim(B) = '' , 'Y', 'N') as C&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Table1.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;Tab2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A, &lt;BR /&gt;B,&lt;BR /&gt;&lt;BR /&gt;if(Trim(A) &amp;lt;&amp;gt; '' and trim(B) = '' , 'Y', 'N') as D&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\QLIK\Table1.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;Thank '&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduzione"&gt;&lt;SPAN class="Y2IQFc"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 16:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1882397#M1216908</guid>
      <dc:creator>Fuel666</dc:creator>
      <dc:date>2022-01-18T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883785#M1216964</link>
      <description>&lt;P&gt;use concatenate function to avoid synthetic table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tab1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;B,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;if(Trim(A) = '' and trim(B) = '' , 'Y', 'N') as C&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Table1.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Tab2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;B,&lt;BR /&gt;&lt;BR /&gt;if(Trim(A) &amp;lt;&amp;gt; '' and trim(B) = '' , 'Y', 'N') as D&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\QLIK\Table1.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 10:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883785#M1216964</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-21T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883793#M1216965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduzione"&gt;&lt;SPAN class="Y2IQFc"&gt;thanks but with concatenate I get a single table while I want two distinct Tab1 and Tab2&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Jan 2022 10:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883793#M1216965</guid>
      <dc:creator>Fuel666</dc:creator>
      <dc:date>2022-01-21T10:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883804#M1216967</link>
      <description>&lt;P&gt;Hi, you can use &lt;STRONG&gt;unqualify&lt;/STRONG&gt; statement.&lt;/P&gt;
&lt;P&gt;also you can use &lt;STRONG&gt;loosen table Table 2;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883804#M1216967</guid>
      <dc:creator>jmartineze</dc:creator>
      <dc:date>2022-01-21T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883811#M1216968</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduzione"&gt;&lt;SPAN class="Y2IQFc"&gt;where I insert unqualify&amp;nbsp;in the script posted above&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883811#M1216968</guid>
      <dc:creator>Fuel666</dc:creator>
      <dc:date>2022-01-21T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883814#M1216969</link>
      <description>&lt;P&gt;first line&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883814#M1216969</guid>
      <dc:creator>jmartineze</dc:creator>
      <dc:date>2022-01-21T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883819#M1216970</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduzione"&gt;&lt;SPAN class="Y2IQFc"&gt;I tried but the synthetic table is always created&lt;BR /&gt;with unqualify in the first line&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883819#M1216970</guid>
      <dc:creator>Fuel666</dc:creator>
      <dc:date>2022-01-21T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883822#M1216971</link>
      <description>&lt;P&gt;sorrry,&lt;/P&gt;
&lt;P&gt;is &lt;STRONG&gt;qualify *;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883822#M1216971</guid>
      <dc:creator>jmartineze</dc:creator>
      <dc:date>2022-01-21T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: load same table</title>
      <link>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883828#M1216975</link>
      <description>&lt;P&gt;Yes!&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 11:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-same-table/m-p/1883828#M1216975</guid>
      <dc:creator>Fuel666</dc:creator>
      <dc:date>2022-01-21T11:46:50Z</dc:date>
    </item>
  </channel>
</rss>

