<?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 Table Entries as Columns in QlikView Load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207698#M625131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i have two Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... a Dimension Table .. (variable)&lt;/P&gt;&lt;P&gt;[DIMID, DIMTXT]&lt;/P&gt;&lt;P&gt;1, Height&lt;/P&gt;&lt;P&gt;2, Width&lt;/P&gt;&lt;P&gt;3, Length&lt;/P&gt;&lt;P&gt;4, Diameter&lt;/P&gt;&lt;P&gt;5, ...&lt;/P&gt;&lt;P&gt;6, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a Table with Products and 4 Dimensions (fixed)&lt;/P&gt;&lt;P&gt;[ARTID, ARTNR, ARTDIM1, ARTDIM1VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM2, ARTDIM2VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM3, ARTDIM3VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM4, ARTDIM4VAL]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, 100, 1, 10, 2, 50,NULL, NULL, NULL, NULL&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2, 110, 3, 1000, NULL, NULL ,NULL, NULL, 4, 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What i want is a Table that has all Products + All Dimensions .. (when there is no entry .. then there is a NULL Value or something)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[ARTID, ARTNR, HEIGHT, WIDTH, LENGTH, DIAMETER, ..., ...]&lt;/P&gt;&lt;P&gt;1, 100, 10, 50, NULL, NULL, NULL, ..., ...&lt;/P&gt;&lt;P&gt;2, 110, NULL, NULL, 1000, 20, ... ,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Final Table (Dimension Columns) should be dynamic Generated by QV depending on the Dimension Table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciate any hints how to transform a Table like this, i have no clue how to start.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 09:00:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-20T09:00:15Z</dc:date>
    <item>
      <title>Table Entries as Columns in QlikView Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207698#M625131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i have two Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... a Dimension Table .. (variable)&lt;/P&gt;&lt;P&gt;[DIMID, DIMTXT]&lt;/P&gt;&lt;P&gt;1, Height&lt;/P&gt;&lt;P&gt;2, Width&lt;/P&gt;&lt;P&gt;3, Length&lt;/P&gt;&lt;P&gt;4, Diameter&lt;/P&gt;&lt;P&gt;5, ...&lt;/P&gt;&lt;P&gt;6, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a Table with Products and 4 Dimensions (fixed)&lt;/P&gt;&lt;P&gt;[ARTID, ARTNR, ARTDIM1, ARTDIM1VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM2, ARTDIM2VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM3, ARTDIM3VAL, &lt;SPAN style="font-size: 13.3333px;"&gt;ARTDIM4, ARTDIM4VAL]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, 100, 1, 10, 2, 50,NULL, NULL, NULL, NULL&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2, 110, 3, 1000, NULL, NULL ,NULL, NULL, 4, 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What i want is a Table that has all Products + All Dimensions .. (when there is no entry .. then there is a NULL Value or something)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[ARTID, ARTNR, HEIGHT, WIDTH, LENGTH, DIAMETER, ..., ...]&lt;/P&gt;&lt;P&gt;1, 100, 10, 50, NULL, NULL, NULL, ..., ...&lt;/P&gt;&lt;P&gt;2, 110, NULL, NULL, 1000, 20, ... ,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Final Table (Dimension Columns) should be dynamic Generated by QV depending on the Dimension Table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciate any hints how to transform a Table like this, i have no clue how to start.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207698#M625131</guid>
      <dc:creator />
      <dc:date>2016-10-20T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Entries as Columns in QlikView Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207699#M625132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Posting gave me some hint.. &lt;A href="https://community.qlik.com/thread/185568"&gt;Dynamic Field Name in Load Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i could create the Fields by runtime... but i am stucking at doing something like..&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;if(len(ARDIM1)&amp;gt;0, ARABM1, '') as ApplyMap('MAP_Dimensionen_KXT',ARDIM1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let MyDim = ApplyMap('MAP_Dimensionen_KXT',ARDIM1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(len(ARDIM1)&amp;gt;0, ARABM1, '') as $(MyDim);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;Select ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can i do to fill my fields "variable" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207699#M625132</guid>
      <dc:creator />
      <dc:date>2016-10-20T14:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Entries as Columns in QlikView Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207700#M625133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was a fail.. cause this gernerates a preceeding load which bloats up my table.. (for every Article Entry i got n-Dimension Entrys). &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Entries-as-Columns-in-QlikView-Load-Script/m-p/1207700#M625133</guid>
      <dc:creator />
      <dc:date>2016-10-20T14:24:50Z</dc:date>
    </item>
  </channel>
</rss>

