<?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 Inteno() function. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013614#M938750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[ExpenseEnd Date] &amp;gt;&amp;nbsp; MonthStart(addmonths(ExpenseStartDate, ExpenseFrequencyNum*(iterno()-1)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to understand the above script.What exactly it is doing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseEnd Date = 12/31/2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseStartDate = 1/1/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseFrequencyNum = 1&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 14:54:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-11T14:54:02Z</dc:date>
    <item>
      <title>Inteno() function.</title>
      <link>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013614#M938750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[ExpenseEnd Date] &amp;gt;&amp;nbsp; MonthStart(addmonths(ExpenseStartDate, ExpenseFrequencyNum*(iterno()-1)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to understand the above script.What exactly it is doing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseEnd Date = 12/31/2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseStartDate = 1/1/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ExpenseFrequencyNum = 1&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013614#M938750</guid>
      <dc:creator />
      <dc:date>2016-02-11T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inteno() function.</title>
      <link>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013615#M938751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like you are adding the missing Month between 12/31/2020 and 1/1/2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So starting with 1/1/2016, every While loop will add a month to it until it reaches 12/31/2020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First While Loop -&amp;gt; 1/1/2016&lt;/P&gt;&lt;P&gt;Second While Loop -&amp;gt; 2/1/2016&lt;/P&gt;&lt;P&gt;Third While Loop -&amp;gt; 3/1/2016&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013615#M938751</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-11T14:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inteno() function.</title>
      <link>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013616#M938752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iterno() returns the current cycle count value in a LOAD... WHILE...; statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the expression you posted is part of the WHILE condition, then the LOAD will generate rows for 1/1/2016, 2/1/2016, up to 12/1/2020. With the current lack of context details, that's about as much explanation I can give you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 15:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013616#M938752</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T15:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inteno() function.</title>
      <link>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013617#M938753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An example of how to use While and IterNo() can be found on &lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 15:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inteno-function/m-p/1013617#M938753</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-11T15:05:11Z</dc:date>
    </item>
  </channel>
</rss>

