<?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: ITERNO() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161802#M906651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;For each iteration, InterNo returns number of iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 09:57:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-21T09:57:54Z</dc:date>
    <item>
      <title>ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161799#M906648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In "date" field i have&amp;nbsp;&amp;nbsp; 1/1/2016&amp;nbsp; and&amp;nbsp; dates field having&amp;nbsp; 1/30/2016 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt; LOAD &lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;Date(date+IterNo()-1) as DATE,&lt;/P&gt;&lt;P&gt;dates&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet5)&lt;/P&gt;&lt;P&gt;While date+IterNo()-1&amp;lt;=dates;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; now&amp;nbsp; i am using this code i got missing dates fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Here my Doubt is how &lt;STRONG&gt;itreno()&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; will work.&amp;nbsp; how it &lt;/SPAN&gt;generates&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&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/ITERNO/m-p/1161799#M906648</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161800#M906649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IterNo() = 1 when the first iteration is going on...&lt;/P&gt;&lt;P&gt;You are now using IterNo() - 1 which is 0 for 1st Iteration and 1 for 2nd iteration and so on.&lt;/P&gt;&lt;P&gt;This you are adding to your date field...&lt;/P&gt;&lt;P&gt;so for 1st Iteration date would be date + 1 - 1 = date + 0 which will remain same&lt;/P&gt;&lt;P&gt;for 2nd iteration date would be date + 2 - 1 = date + 1 which will be the next date..&lt;/P&gt;&lt;P&gt;so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the iteration will go on until &lt;/P&gt;&lt;P&gt;date + IterNo() - 1 &amp;lt;= dates...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161800#M906649</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-21T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161801#M906650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ITERNO() is just adding a numerical value starting from 1 with an increment of 1 in every row processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this is added to your date and generates the next date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161801#M906650</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-06-21T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161802#M906651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;For each iteration, InterNo returns number of iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161802#M906651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T09:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161803#M906652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Bro,&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;I have one doubt&amp;nbsp; How can i add color script in community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161803#M906652</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-06-21T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161804#M906653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use advanced editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128620_Capture.JPG" style="height: 364px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161804#M906653</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-21T10:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: ITERNO()</title>
      <link>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161805#M906654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; bro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted one more question&amp;nbsp; please check that main&amp;nbsp; Difference between Autogenarate &amp;amp; Iterno() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ITERNO/m-p/1161805#M906654</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-06-21T10:28:49Z</dc:date>
    </item>
  </channel>
</rss>

