<?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 Data Load For Loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267590#M100488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that because you have &amp;lt;&amp;lt; instead of &amp;lt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 15:17:33 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-02-09T15:17:33Z</dc:date>
    <item>
      <title>Data Load For Loop</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267589#M100487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to loop through my excel data and and build several items based upon criteria.&amp;nbsp; I've chosen to use a for loop at this time where one of the data elements in my newly created table uses the for counter and also the where clause.&amp;nbsp; ie .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For xi = 1 to 12&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(addmonths(today(),-xi)) as &lt;A href="report month"&gt;&lt;/A&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;where applicat_report_month &amp;lt;&amp;lt; addmonths(today(),-xi);&lt;/P&gt;&lt;P&gt;next xi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't appear that the where clause is working appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to get it so the addmonths is actually calcuated prior to entering the load statment and using a variable in those locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267589#M100487</guid>
      <dc:creator />
      <dc:date>2012-02-09T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Data Load For Loop</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267590#M100488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that because you have &amp;lt;&amp;lt; instead of &amp;lt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267590#M100488</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-09T15:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load For Loop</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267591#M100489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this WHERE statement your real statement? Are you using literally &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;where applicat_report_month &amp;lt;&amp;lt; addmonths(today(),-xi);&lt;/SPAN&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, try it like this: &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;where applicat_report_month &amp;lt; addmonths(today(),-xi);&lt;/SPAN&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;Regards,&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267591#M100489</guid>
      <dc:creator />
      <dc:date>2012-02-09T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Data Load For Loop</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267592#M100490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried bioth ways with an additional item being that as soon as i hit the less than sign &amp;lt;, the tool prompts for one of three choice, (&amp;lt;&amp;lt;, &amp;lt;=, or &amp;lt;&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data still doesnt represent the expectation in either case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 19:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-For-Loop/m-p/267592#M100490</guid>
      <dc:creator />
      <dc:date>2012-02-09T19:08:14Z</dc:date>
    </item>
  </channel>
</rss>

