<?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: Loading multiple unstructured tables in a loop with changing header in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435186#M431237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. This is a great post, very interesting thoughts in the script. However, it doesn't help me with loading &lt;STRONG&gt;multiple tables with changing headers&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I was very close solving this issue with adapting &lt;A _jive_internal="true" href="https://community.qlik.com/message/788189#788189"&gt;Stefan Wühl's script ,&lt;/A&gt; but I didn't manage to adapt the last missing step i.e. adapting the mapping described there in a way that it also works with changing headers while loading multiple tables in a loop...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I only need to know: How can I load certain columns of a table statically, say columns A, B, C, D, M, and additionally columns F, H, J dynamically, i.e. I want F, H, J loaded as e.g. 1,2,3 with the 1st table, then as 4,5,6, with the 2nd table, then as 7,8,9 with the 3rd table etc. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 15:48:08 GMT</pubDate>
    <dc:creator>ingoniclas</dc:creator>
    <dc:date>2017-09-19T15:48:08Z</dc:date>
    <item>
      <title>Loading multiple unstructured tables in a loop with changing header</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435184#M431235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;SPAN lang="EN-US" style="color: #3d3d3d;"&gt;I want to load a bunch of tables with a loop in QV. These tables don't have the usual structure of a list (see 1st table shown below). In the 1st row they contain as a header among other things month dates which change with every table loaded &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; But that's not all. The challenge is: Loading all tables with the changing months dates as header, and I only want the columns A, B, C, D, M, and the month dates with the sales in packs as values (see below how I want it to look like). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12pt; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt;"&gt;I have come close to a solution with the ideas of Stefan Wühl mentioned in a &lt;A _jive_internal="true" href="https://community.qlik.com/message/788189#788189"&gt;similar discussion&lt;/A&gt;, but the additional issue here is that I need to load multiple tables with changing month dates as header. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; color: #3d3d3d;"&gt;Any ideas? Your help is much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt;"&gt;Original tables look like the green table below (also see xlsx-file attached):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="176956" alt="The_issue_loading_unstructured_tables_with_a_loop.JPG" class="jive-image image-1" height="409" src="https://community.qlik.com/legacyfs/online/176956_The_issue_loading_unstructured_tables_with_a_loop.JPG" style="height: 409.395px; width: 781px;" width="781" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 16:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435184#M431235</guid>
      <dc:creator>ingoniclas</dc:creator>
      <dc:date>2017-09-18T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple unstructured tables in a loop with changing header</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435185#M431236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4527"&gt;multi_header_pivot_import.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435185#M431236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-19T15:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple unstructured tables in a loop with changing header</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435186#M431237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. This is a great post, very interesting thoughts in the script. However, it doesn't help me with loading &lt;STRONG&gt;multiple tables with changing headers&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I was very close solving this issue with adapting &lt;A _jive_internal="true" href="https://community.qlik.com/message/788189#788189"&gt;Stefan Wühl's script ,&lt;/A&gt; but I didn't manage to adapt the last missing step i.e. adapting the mapping described there in a way that it also works with changing headers while loading multiple tables in a loop...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I only need to know: How can I load certain columns of a table statically, say columns A, B, C, D, M, and additionally columns F, H, J dynamically, i.e. I want F, H, J loaded as e.g. 1,2,3 with the 1st table, then as 4,5,6, with the 2nd table, then as 7,8,9 with the 3rd table etc. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-multiple-unstructured-tables-in-a-loop-with-changing/m-p/1435186#M431237</guid>
      <dc:creator>ingoniclas</dc:creator>
      <dc:date>2017-09-19T15:48:08Z</dc:date>
    </item>
  </channel>
</rss>

