<?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 How to get a list of fields in load script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565038#M1109908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure there is a way, but can someone let me know if I would like to get a list of field name of a table in a load script, how would l do that? For example, I have a resident table TABLE_A, and I would like to query all of its fields, and store it in another resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 10:06:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-12T10:06:37Z</dc:date>
    <item>
      <title>How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565038#M1109908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure there is a way, but can someone let me know if I would like to get a list of field name of a table in a load script, how would l do that? For example, I have a resident table TABLE_A, and I would like to query all of its fields, and store it in another resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565038#M1109908</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565039#M1109909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this, using '*' ?&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; * resident TABLE_A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565039#M1109909</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-12T10:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565040#M1109910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load * from Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load * resident Table1;&lt;/P&gt;&lt;P&gt;store Table2 into D:\Table2.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565040#M1109910</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565041#M1109911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this just loads Table_A into Tab2. What I need is, suppose TABLE_A has 50 columns ('COL1',...,'COL50'), I would like to create a table with 1 column and 50 rows where row1 = 'COL1', row2 = 'COL2' and so forth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565041#M1109911</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565042#M1109912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try to use Crosstable concept&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565042#M1109912</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565043#M1109913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used crosstable which somewhat works, but just wondering if there is a function or another way to get the list of fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565043#M1109913</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565044#M1109914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try according to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable(NewCol, value)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Rowno() as key,&lt;/P&gt;&lt;P&gt;Col1,&lt;/P&gt;&lt;P&gt;Col2,&lt;/P&gt;&lt;P&gt;Col3,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Col50&lt;/P&gt;&lt;P&gt;Resident tablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565044#M1109914</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565045#M1109915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried transposing the fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565045#M1109915</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565046#M1109916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure what you mean by "transposing the fields"? Are you referring to Crosstable functionality? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565046#M1109916</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565047#M1109917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I meant "not sure". Typo. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565047#M1109917</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565048#M1109918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want it at script level???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not you use system fields&amp;gt;&amp;gt;&amp;gt; $table , $ field provides such info.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565048#M1109918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-12T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565049#M1109919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I need to use that information for calculations during the load. So, I take it, there is no straight forward way to do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565049#M1109919</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565050#M1109920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, I don't mean crosstable functionality.&lt;/P&gt;&lt;P&gt;You can try the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a Temp table with all the columns from Table_A as:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * resident Table_A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then for the transpose :&lt;/P&gt;&lt;P&gt;Actual:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;COl1 as Metric,&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;COL2 as Metric,&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;and so on for all the columns (Col1 to COL50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the front end, create a table and use "Metric" as the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Also, you can add&lt;/P&gt;&lt;P&gt;'1' as [Sort Order],&lt;/P&gt;&lt;P&gt;'2' as [Sort Order] etc. with every concatenation and then sort this column as Ascending/Descending in the front end to get the COL1, COL2 values in a required order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Might not be an ideal way for huge number of columns but just a way to do it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565050#M1109920</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565051#M1109921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your suggestion, but I was hoping not to go that route as my table has over 600+ columns, and I need to be able to pick and choose columns for calculation dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, thank you everyone for the prompt responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. I thought QV might have a function similar to "PROC CONTENTS" in SAS. &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, 13 Mar 2014 00:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565051#M1109921</guid>
      <dc:creator />
      <dc:date>2014-03-13T00:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565052#M1109922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work for a table named "Customers"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 1 to NoOfFields('Customers')&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; FieldName($(i),'Customers') as FieldName&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 04:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565052#M1109922</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-13T04:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565053#M1109923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you Rob. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 06:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565053#M1109923</guid>
      <dc:creator />
      <dc:date>2014-03-13T06:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565054#M1109924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi master Rob: how about i would like to have all field name for all tables in the loading script? thanks for&amp;nbsp; sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 00:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565054#M1109924</guid>
      <dc:creator>yink-hpv</dc:creator>
      <dc:date>2018-02-21T00:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565055#M1109925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;for&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;j&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfTables&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;FOR&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfFields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(j)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt; &lt;BR /&gt; Fields:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(j)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(j)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1&lt;BR /&gt; &lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;next&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;j &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 00:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565055#M1109925</guid>
      <dc:creator>shilpan</dc:creator>
      <dc:date>2018-02-21T00:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565056#M1109926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Shilpan. Except...the table array is 0 based so you'll want the first line to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for j=0 to NoOfTables()-1&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>Wed, 21 Feb 2018 22:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565056#M1109926</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-02-21T22:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of fields in load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565057#M1109927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 23:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-list-of-fields-in-load-script/m-p/565057#M1109927</guid>
      <dc:creator>shilpan</dc:creator>
      <dc:date>2018-02-21T23:01:03Z</dc:date>
    </item>
  </channel>
</rss>

