<?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 Iterative Load on Resident Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73854#M12171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp; a table that represents 1 month of data.&amp;nbsp; I'd like to reload it so I have 12 months.&amp;nbsp; Each one of the sets should have a month indicator (1-12).&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;How does one accomplish that?&amp;nbsp; My resident table name is Goals and the columns are listed below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;LOB,&lt;/P&gt;&lt;P&gt;PRODUCER_NUM_7_DIGIT, &lt;/P&gt;&lt;P&gt;SUB_PRODUCER_NUM, &lt;/P&gt;&lt;P&gt;ACE_PROD_NUMBER, &lt;/P&gt;&lt;P&gt;GOALNBPREM, &lt;/P&gt;&lt;P&gt;GOALQUOTEPREM,&lt;/P&gt;&lt;P&gt;NB_IND,&lt;/P&gt;&lt;P&gt;DATATYPE&lt;/P&gt;&lt;P&gt;Resident Goals;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 15:53:13 GMT</pubDate>
    <dc:creator>carlcimino</dc:creator>
    <dc:date>2018-03-22T15:53:13Z</dc:date>
    <item>
      <title>Iterative Load on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73854#M12171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp; a table that represents 1 month of data.&amp;nbsp; I'd like to reload it so I have 12 months.&amp;nbsp; Each one of the sets should have a month indicator (1-12).&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;How does one accomplish that?&amp;nbsp; My resident table name is Goals and the columns are listed below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;LOB,&lt;/P&gt;&lt;P&gt;PRODUCER_NUM_7_DIGIT, &lt;/P&gt;&lt;P&gt;SUB_PRODUCER_NUM, &lt;/P&gt;&lt;P&gt;ACE_PROD_NUMBER, &lt;/P&gt;&lt;P&gt;GOALNBPREM, &lt;/P&gt;&lt;P&gt;GOALQUOTEPREM,&lt;/P&gt;&lt;P&gt;NB_IND,&lt;/P&gt;&lt;P&gt;DATATYPE&lt;/P&gt;&lt;P&gt;Resident Goals;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73854#M12171</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2018-03-22T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative Load on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73855#M12172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 12&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;LOB,&lt;/P&gt;&lt;P&gt;PRODUCER_NUM_7_DIGIT, &lt;/P&gt;&lt;P&gt;SUB_PRODUCER_NUM, &lt;/P&gt;&lt;P&gt;ACE_PROD_NUMBER, &lt;/P&gt;&lt;P&gt;GOALNBPREM, &lt;/P&gt;&lt;P&gt;GOALQUOTEPREM,&lt;/P&gt;&lt;P&gt;NB_IND,&lt;/P&gt;&lt;P&gt;DATATYPE,&lt;/P&gt;&lt;P&gt;'$(i)' as month_indicator&lt;/P&gt;&lt;P&gt;Resident Goals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73855#M12172</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-03-22T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative Load on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73856#M12173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver.&amp;nbsp; Thanks for the quick response.&amp;nbsp; Worked like a charm!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iterative-Load-on-Resident-Table/m-p/73856#M12173</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2018-03-22T16:20:34Z</dc:date>
    </item>
  </channel>
</rss>

