<?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 Dynamic Field Names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164489#M715664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;I'm trying to load multiple Fields into one Flied:&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;LOAD&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Icd+iterno() AS Icd&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;FROM .... WHILE iterno()&amp;lt;=30;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this File are 30 Fields from "Icd1" to Icd30.&lt;/P&gt;&lt;P&gt;Is there any clue to solve that problem without using 30 JOIN LOAD of that Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 15:06:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-24T15:06:04Z</dc:date>
    <item>
      <title>Dynamic Field Names</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164489#M715664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;I'm trying to load multiple Fields into one Flied:&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;LOAD&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Icd+iterno() AS Icd&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;FROM .... WHILE iterno()&amp;lt;=30;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this File are 30 Fields from "Icd1" to Icd30.&lt;/P&gt;&lt;P&gt;Is there any clue to solve that problem without using 30 JOIN LOAD of that Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 15:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164489#M715664</guid>
      <dc:creator />
      <dc:date>2009-08-24T15:06:04Z</dc:date>
    </item>
    <item>
      <title>Dynamic Field Names</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164490#M715665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If I understand the problem correctly, you want to take data for all 30 columns from source file and store into 1 column in qlikview. Below is a sample code for implementing this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;LOAD Icd1 AS Icd&lt;BR /&gt;FROM ....;&lt;BR /&gt;&lt;BR /&gt;FOR a = 2 TO 30&lt;BR /&gt;CONCATENATE(Tab1)&lt;BR /&gt;LOAD Icd$(a) AS Icd&lt;BR /&gt;FROM ...;&lt;BR /&gt;NEXT&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope this works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 16:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164490#M715665</guid>
      <dc:creator />
      <dc:date>2009-08-24T16:07:57Z</dc:date>
    </item>
    <item>
      <title>Dynamic Field Names</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164491#M715666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Olaf,&lt;/P&gt;&lt;P&gt;Not sure if I understand the question; could you explain what your input format is (I guess it's rows with columns ICD1 - ICD30) and what output format you want (rows with [ICD1, &amp;lt;value&amp;gt;], [ICD2, &amp;lt;value&amp;gt;], etc.? or perhaps all ICD-values concatenated as '&amp;lt;value&amp;gt;, &amp;lt;value&amp;gt;, &amp;lt;value&amp;gt;, ...' in one column?)&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Martijn ter Schegget&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 16:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164491#M715666</guid>
      <dc:creator />
      <dc:date>2009-08-24T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Dynamic Field Names</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164492#M715667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so you have a table like this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Icd1 Icd2 Icd3... Icd30&lt;BR /&gt;5 10 20 ... 50&lt;BR /&gt;3 2 1 ... 14&lt;/P&gt;&lt;P&gt;And you want to end up with a table like this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Icd&lt;BR /&gt;5&lt;BR /&gt;10&lt;BR /&gt;20&lt;BR /&gt;...&lt;BR /&gt;50&lt;BR /&gt;3&lt;BR /&gt;2&lt;BR /&gt;1&lt;BR /&gt;...&lt;BR /&gt;14&lt;/P&gt;&lt;P&gt;If so, then I believe this would work:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CROSSTABLE (Sequence,Icd,0)&lt;BR /&gt;LOAD Icd1, Icd2, Icd3... Icd30&lt;BR /&gt;FROM your data source;&lt;BR /&gt;DROP FIELD Sequence;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 01:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Field-Names/m-p/164492#M715667</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-25T01:15:21Z</dc:date>
    </item>
  </channel>
</rss>

