<?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: Use while and where in loading script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081912#M933193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can &lt;EM&gt;either&lt;/EM&gt; use a WHERE &lt;EM&gt;or&lt;/EM&gt; a WHILE clause in the same LOAD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use both clauses, you would need separate / preceding LOAD statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 12:49:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-03T12:49:22Z</dc:date>
    <item>
      <title>Use while and where in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081910#M933191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the follwing script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AsOfMonth:&lt;/P&gt;&lt;P&gt;load 'Current' as Type,&lt;/P&gt;&lt;P&gt;Month as Month_AsOf,&lt;/P&gt;&lt;P&gt;Month as Month&lt;/P&gt;&lt;P&gt;Resident SalesData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (AsOfMonth)&lt;/P&gt;&lt;P&gt;load 'Rolling 3' as Type,&lt;/P&gt;&lt;P&gt;Month as Month_AsOf,&lt;/P&gt;&lt;P&gt;Month + 1 - IterNo() as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident SalesData&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;where promo =1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;while IterNo() &amp;lt;= 3//here my problem &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081910#M933191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use while and where in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081911#M933192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;while (IterNo() &amp;lt;= 3 and &lt;SPAN style="color: #ff6600; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;promo =1) ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 12:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081911#M933192</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-03T12:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use while and where in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081912#M933193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can &lt;EM&gt;either&lt;/EM&gt; use a WHERE &lt;EM&gt;or&lt;/EM&gt; a WHILE clause in the same LOAD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use both clauses, you would need separate / preceding LOAD statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 12:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-while-and-where-in-loading-script/m-p/1081912#M933193</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-03T12:49:22Z</dc:date>
    </item>
  </channel>
</rss>

