<?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 interno() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/interno/m-p/547242#M1133544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a script that has the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Autogenerate 1 &lt;/P&gt;&lt;P&gt;while Date($(vStartDate) + (Iterno - 1)) &amp;lt; = Date($(vStartDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the Iterno() doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 13:58:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-30T13:58:08Z</dc:date>
    <item>
      <title>interno()</title>
      <link>https://community.qlik.com/t5/QlikView/interno/m-p/547242#M1133544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a script that has the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Autogenerate 1 &lt;/P&gt;&lt;P&gt;while Date($(vStartDate) + (Iterno - 1)) &amp;lt; = Date($(vStartDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the Iterno() doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interno/m-p/547242#M1133544</guid>
      <dc:creator />
      <dc:date>2013-10-30T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: interno()</title>
      <link>https://community.qlik.com/t5/QlikView/interno/m-p/547243#M1133545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is doing a loop: 1, 2, 3 .....&lt;/P&gt;&lt;P&gt;So you can "multiply" your line being read or added to the table&lt;/P&gt;&lt;P&gt;here, you will add as many lines as the days between start and end : but here it is quite strange because start and end are the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interno/m-p/547243#M1133545</guid>
      <dc:creator />
      <dc:date>2013-10-30T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: interno()</title>
      <link>https://community.qlik.com/t5/QlikView/interno/m-p/547244#M1133546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor439"&gt;&lt;/A&gt;&lt;A name="kanchor440"&gt;&lt;/A&gt;&lt;A name="IterNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;From the Help:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;IterNo( )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;/P&gt;&lt;P&gt;This function is only meaningful if used together with a while clause, see Load.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;IterNo( )&lt;/SPAN&gt; returns an integer indicating for which time one single record is evaluated in a &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statement with a &lt;SPAN class="Bold"&gt;while&lt;/SPAN&gt; clause. The first iteration has number 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interno/m-p/547244#M1133546</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-30T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: interno()</title>
      <link>https://community.qlik.com/t5/QlikView/interno/m-p/1505947#M1133547</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IterNo() is adding on to your start date.&lt;/P&gt;&lt;P&gt;I think of it as creating the dates in between a start and end date.&lt;/P&gt;&lt;P&gt;See this example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm" target="_blank"&gt;https://help.qlik.com/enS/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 09:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interno/m-p/1505947#M1133547</guid>
      <dc:creator>james_butler</dc:creator>
      <dc:date>2018-11-14T09:37:56Z</dc:date>
    </item>
  </channel>
</rss>

