<?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: Converting a table with dynamic columns into static columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319795#M614432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is a relation between column and field values based on their subfield positions then maybe your generic load could be changed e.g. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15018056654468652" jivemacro_uid="_15018056654468652"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Generic&lt;/P&gt;
&lt;P&gt;LOAD DATA_NUMBER,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(COLUMNS, ' ',IterNo()),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(VALUES, ' ',IterNo()) &lt;/P&gt;
&lt;P&gt;Resident Raw&lt;/P&gt;
&lt;P&gt;While IterNo()&amp;lt;=RangeMax(SubStringCount(COLUMNS,' '),SubStringCount(VALUES,' '))+1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to keep this relation. I guess otherwise the double 2-parameter subfield() functions would create a cartesian product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 00:16:48 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-08-04T00:16:48Z</dc:date>
    <item>
      <title>Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319787#M614424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i&amp;nbsp; hope i'm in the right Forum.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a problem with two tables which contains dynamic columns in just one field. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The table (Columns.csv) has the column headers for each value in the field "Columns".&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The table (Values.csv) has the values for each column in the field "Values".&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;These two tables are connected by the "Columns_ID" field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The fields "Columns" and "Values" Data are separated by a blank.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My problem:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For each column in the field "Columns" from (Columns.csv) I'd like to have the data from the field "Values" (from Values.csv).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I found a lot of possible ways, all being extremely slow, because the original tables in our OracleDB have million of rows.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks a lot for your answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 13:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319787#M614424</guid>
      <dc:creator />
      <dc:date>2017-07-31T13:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319788#M614425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you let us know which approaches you have already rejected as being too slow so I don't propose those same solutions again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319788#M614425</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-31T17:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319789#M614426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if this will be too slow for you, but here's the approach I would try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NameMap:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MAPPING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD COLUMN_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMNS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Columns.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is columns);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Generic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DATA_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('NameMap', COLUMN_ID),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Values.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Values);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DataFinal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD 1 as dummyField AutoGenerate 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = NoOfTables()-1 to 0 step -1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTable = TableName($(i));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF '$(vTable)' LIKE 'Data.*' THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOIN (DataFinal) LOAD * Resident [$(vTable)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE [$(vTable)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP FIELD dummyField;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319789#M614426</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-31T17:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319790#M614427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution for now was to join these two tables and split the data of the field COLUMNS&amp;nbsp; to Column1, Column2... by an view in our OracleDB.&lt;/P&gt;&lt;P&gt;So i had Column1 which only contains the data of the first Column (as Example: "Energy-sum-kWh")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview i did that Script for each Column. This script will split the data of the field VALUES and 'join' it to the correct Column-data.&lt;/P&gt;&lt;P&gt;As Example: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Energy-sum-kWh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;103348&lt;/P&gt;&lt;P&gt;380490&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let zFieldCount = FieldValueCount('Column1');&lt;/P&gt;&lt;P&gt;for z = 1 to $(zFieldCount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let zFieldName = FieldValue('&lt;SPAN style="font-size: 13.3333px;"&gt;Column1&lt;/SPAN&gt;',$(z));&lt;/P&gt;&lt;P&gt;DATA: load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA_NUMBER,FROM, TO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(VALUES,' ') as [$(zFieldName)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident VIEW_FROM_ORACLE_DB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where Column1 = '$(zFieldName)';&lt;/P&gt;&lt;P&gt;Concatenate (Data)&lt;/P&gt;&lt;P&gt;LOAD *;&amp;nbsp; next z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the needed view in the Oracle Database and possible 12 Column-datas in COLUMNS it did take a lot of time and i'm sure not the best solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 07:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319790#M614427</guid>
      <dc:creator />
      <dc:date>2017-08-01T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319791#M614428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your Script, but it won't do what i want:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171991_Table.PNG" style="height: 290px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I'd like to split the Columns and the Values in the fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 07:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319791#M614428</guid>
      <dc:creator />
      <dc:date>2017-08-01T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319792#M614429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the COLUMN and VALUES are delimted by spaces? Same idea, it's the GENERIC keyword I'm suggesting rather than looping through the data. How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Raw:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;COLUMN_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMNS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Columns.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is columns);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;JOIN (Raw)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DATA_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMN_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Values.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Values);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Generic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DATA_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SubField(COLUMNS, ' '),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(VALUES, ' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Resident Raw;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319792#M614429</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-01T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319793#M614430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, it works perfect! It took about 15 min to do this job with 1,6 million rows in the table Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give an idea, to concatenate the created "Data.XXX" Tables in just one table without naming each table&lt;SPAN style="font-size: 10pt;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And is it possible to remove an unwanted Columns and Values Data? (to speed it up?)&lt;/P&gt;&lt;P&gt;As example: I don't want the data of "Costs-Net-€"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319793#M614430</guid>
      <dc:creator />
      <dc:date>2017-08-03T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319794#M614431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reassemble the Data.* tables using the same loop I posted in my first example, using CONCATENATE instead of JOIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To exclude certain columns, you'll have to subfield() the columns and values into a temp table and then filter that table as input to the Generic Load. See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 17:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319794#M614431</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-03T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319795#M614432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is a relation between column and field values based on their subfield positions then maybe your generic load could be changed e.g. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15018056654468652" jivemacro_uid="_15018056654468652"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Generic&lt;/P&gt;
&lt;P&gt;LOAD DATA_NUMBER,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(COLUMNS, ' ',IterNo()),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(VALUES, ' ',IterNo()) &lt;/P&gt;
&lt;P&gt;Resident Raw&lt;/P&gt;
&lt;P&gt;While IterNo()&amp;lt;=RangeMax(SubStringCount(COLUMNS,' '),SubStringCount(VALUES,' '))+1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to keep this relation. I guess otherwise the double 2-parameter subfield() functions would create a cartesian product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319795#M614432</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-04T00:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a table with dynamic columns into static columns</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319796#M614433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point Marco. I hadn't noticed the Cartesian product. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 15:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-table-with-dynamic-columns-into-static-columns/m-p/1319796#M614433</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-04T15:13:09Z</dc:date>
    </item>
  </channel>
</rss>

