<?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: Concatenation of tables using loop in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536475#M40393</link>
    <description>Try below for Qliksense&lt;BR /&gt;&lt;BR /&gt;for each file in filelist('lib://YourConnectionName\*.qvd')&lt;BR /&gt;&lt;BR /&gt;YourTableName:&lt;BR /&gt;&lt;BR /&gt;load&lt;BR /&gt;&lt;BR /&gt;YourField1,&lt;BR /&gt;&lt;BR /&gt;YourField2&lt;BR /&gt;&lt;BR /&gt;from [$(file)](qvd)&lt;BR /&gt;&lt;BR /&gt;next file&lt;BR /&gt;&lt;BR /&gt;If the field name are same it will auto concatenate&lt;BR /&gt;&lt;BR /&gt;The above solution is pre-existing in the community and copy pasted from &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Data-Connectivity/Qlik-Sense-Load-all-files-from-a-folder/td-p/1304212" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Data-Connectivity/Qlik-Sense-Load-all-files-from-a-folder/td-p/1304212&lt;/A&gt;</description>
    <pubDate>Tue, 29 Jan 2019 11:50:58 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-01-29T11:50:58Z</dc:date>
    <item>
      <title>Concatenation of tables using loop</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536468#M40391</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I want to concatenate number of tables which are saved in a same folder in qvd format and all the tables are having the same number of fields and same field names as shown as below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;files in folder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 599px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4704iD4EC4D979C71E1AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Content of a table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 100px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4705i0873D1CD12B7E0B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;could some one please help me to load and concatenate all of the tables to a single table using a loop?&lt;/P&gt;&lt;P&gt;Thanking in advance&lt;/P&gt;&lt;P&gt;Madushan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536468#M40391</guid>
      <dc:creator>madushanfernand</dc:creator>
      <dc:date>2019-01-29T11:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation of tables using loop</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536473#M40392</link>
      <description>&lt;P&gt;If you simply want to load ALL files, a loop is not necessary. Just use a wildcard in the file name.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536473#M40392</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2019-01-29T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation of tables using loop</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536475#M40393</link>
      <description>Try below for Qliksense&lt;BR /&gt;&lt;BR /&gt;for each file in filelist('lib://YourConnectionName\*.qvd')&lt;BR /&gt;&lt;BR /&gt;YourTableName:&lt;BR /&gt;&lt;BR /&gt;load&lt;BR /&gt;&lt;BR /&gt;YourField1,&lt;BR /&gt;&lt;BR /&gt;YourField2&lt;BR /&gt;&lt;BR /&gt;from [$(file)](qvd)&lt;BR /&gt;&lt;BR /&gt;next file&lt;BR /&gt;&lt;BR /&gt;If the field name are same it will auto concatenate&lt;BR /&gt;&lt;BR /&gt;The above solution is pre-existing in the community and copy pasted from &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Data-Connectivity/Qlik-Sense-Load-all-files-from-a-folder/td-p/1304212" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Data-Connectivity/Qlik-Sense-Load-all-files-from-a-folder/td-p/1304212&lt;/A&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536475#M40393</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-29T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation of tables using loop</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536476#M40394</link>
      <description>&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-of-tables-using-loop/m-p/1536476#M40394</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-01-29T11:51:59Z</dc:date>
    </item>
  </channel>
</rss>

