<?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: Store variables in table in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255934#M620259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks guys, not quite there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I’m trying to do is assign multiple variables from a table, like what’s in my original file; so that’s the first part.&amp;nbsp; The second part is when I have those 3 variables in a table, I want to use them in the scrip to alias fields.&amp;nbsp; So I would end up a field1 as A, field2 as B, field3 as C.&amp;nbsp; When the load stops, I want to have field names as 1, 2, 3 and then if possible I want to remove the variables A, B, C from the system.&amp;nbsp; &lt;/P&gt;&lt;P&gt;This is just a test. What I’m really doing is working with an AS400 library, and I need to rename the fields is many tables.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2017 10:23:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-22T10:23:08Z</dc:date>
    <item>
      <title>Store variables in table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255930#M620255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample file that uses a loop to create variables.&amp;nbsp; Now I need to to store the created variables in a table, and clear or delete the variables after the table is created.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 00:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255930#M620255</guid>
      <dc:creator />
      <dc:date>2017-03-22T00:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables in table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255931#M620256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are trying to do over here, Would you post on Wall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 04:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255931#M620256</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-22T04:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables in table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255932#M620257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure what you are expecting exactly. But based on my understanding implemented the attached. Let us know if you need something different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 04:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255932#M620257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T04:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables in table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255933#M620258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached. hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 07:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255933#M620258</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-03-22T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables in table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255934#M620259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks guys, not quite there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I’m trying to do is assign multiple variables from a table, like what’s in my original file; so that’s the first part.&amp;nbsp; The second part is when I have those 3 variables in a table, I want to use them in the scrip to alias fields.&amp;nbsp; So I would end up a field1 as A, field2 as B, field3 as C.&amp;nbsp; When the load stops, I want to have field names as 1, 2, 3 and then if possible I want to remove the variables A, B, C from the system.&amp;nbsp; &lt;/P&gt;&lt;P&gt;This is just a test. What I’m really doing is working with an AS400 library, and I need to rename the fields is many tables.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 10:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-in-table-in-load-script/m-p/1255934#M620259</guid>
      <dc:creator />
      <dc:date>2017-03-22T10:23:08Z</dc:date>
    </item>
  </channel>
</rss>

