<?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: Explain in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708104#M724519</link>
    <description>&lt;P&gt;Yes, Iterno() can prevent the data as per records missing - I would love to have master calendar instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2020 09:47:56 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2020-06-04T09:47:56Z</dc:date>
    <item>
      <title>Explain</title>
      <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708054#M724515</link>
      <description>&lt;P&gt;Hi Expertise ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please explain me what does the below script do exactly . I really dont understand this .&lt;/P&gt;&lt;P&gt;And why is the + symbol ? what is IterNO()-1 ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'DD/MM/YYYY') as Date,&lt;BR /&gt;Date(MinDate + IterNo() -1,'YYYY') as Year,&lt;/P&gt;&lt;P&gt;Date(MinDate + IterNo() -1,'YY') &amp;amp; '_' &amp;amp; Num(Week(MinDate + IterNo() -1),'00') as Week&lt;/P&gt;&lt;P&gt;While&lt;BR /&gt;MinDate + IterNo() -1 &amp;lt;=MaxDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;min(Date) as MinDate,&lt;BR /&gt;max(Date) as MaxDate&lt;BR /&gt;Resident Event_TAble;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;In Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain/m-p/1708054#M724515</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Explain</title>
      <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708058#M724516</link>
      <description>&lt;P&gt;Nothing, From this table "&lt;SPAN&gt;Event_TAble" It will generate Min and Max Dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then, While loop running from Min to Max date whatever date/year/week fields will be generate missing dates from Iterno() as per dat from "Event_TAble" this table available.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 07:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain/m-p/1708058#M724516</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-06-04T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Explain</title>
      <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708060#M724517</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That mean IterNo() is used to populate the missin dates ? whcy is there -1 in it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is this the only way to generate the missing dates or can we have master calender script&amp;nbsp; intead ?&lt;/P&gt;&lt;P&gt;What do you suggest whcy is reliable ?&lt;/P&gt;&lt;P&gt;Yes there is a table called&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN&gt;Event_TAble" which has many fields including "Date field&amp;nbsp; (01-16-2020 00:00:00)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 07:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain/m-p/1708060#M724517</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-06-04T07:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Explain</title>
      <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708096#M724518</link>
      <description>&lt;P&gt;Iterno() starts with 1. If your min-date starts with 01/01/2020 and you adds 1 then would your calendar start with 01/02/2020 - means the&amp;nbsp;&lt;SPAN&gt;01/01/2020&lt;/SPAN&gt; would be missing. Therefore -1 to include the min-date.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 09:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain/m-p/1708096#M724518</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-06-04T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Explain</title>
      <link>https://community.qlik.com/t5/QlikView/Explain/m-p/1708104#M724519</link>
      <description>&lt;P&gt;Yes, Iterno() can prevent the data as per records missing - I would love to have master calendar instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 09:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain/m-p/1708104#M724519</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-06-04T09:47:56Z</dc:date>
    </item>
  </channel>
</rss>

