<?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: Generate count is out of range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Generate-count-is-out-of-range/m-p/1948383#M78169</link>
    <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1656320640725.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82698i42DC0C20C4C428EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1656320640725.png" alt="MayilVahanan_0-1656320640725.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no values in the "Temp" folder.&lt;BR /&gt;i.e.&amp;nbsp;&lt;SPAN&gt;CombiKey table doesn't have data. Check on this table and fix the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 09:04:48 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2022-06-27T09:04:48Z</dc:date>
    <item>
      <title>Generate count is out of range</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-count-is-out-of-range/m-p/1948379#M78168</link>
      <description>&lt;P&gt;Hi all...&lt;/P&gt;
&lt;P&gt;The below is the master cal Script:&lt;/P&gt;
&lt;P&gt;QuartersMap: &lt;BR /&gt;MAPPING LOAD &lt;BR /&gt;rowno() as FYMonth, &lt;BR /&gt;'Q' &amp;amp; Ceil (rowno()/3) as Quarter &lt;BR /&gt;AUTOGENERATE (12);&lt;/P&gt;
&lt;P&gt;Temp: &lt;BR /&gt;Load &lt;BR /&gt;date(yearstart(min(DateWID))) as minDate, &lt;BR /&gt;max(DateWID) as maxDate &lt;BR /&gt;&lt;BR /&gt;Resident CombiKey;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let vMin = Num(Peek('minDate', 0, 'Temp')); &lt;BR /&gt;Let vMax = Num(Peek('maxDate', 0, 'Temp')); &lt;BR /&gt;DROP Table Temp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TempCal:&lt;BR /&gt;Load&lt;BR /&gt;Date(Date('$(vMin)')-1 + recno()) as Temp_Date&lt;BR /&gt;AUTOGENERATE (Date('$(vMax)')-Date('$(vMin)'))+1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MasterCalendar:&lt;BR /&gt;LOAD Temp_Date as [DateWID],&lt;BR /&gt;Year(Temp_Date) as [Year],&lt;BR /&gt;day(Temp_Date)as day,&lt;BR /&gt;'Week' &amp;amp;week(Temp_Date) as Week,&lt;BR /&gt;MonthName(Temp_Date) as [Month Year],&lt;BR /&gt;ApplyMap('QuartersMap', Dual(Month( Date(Date#("Temp_Date",'MM/DD/YYYY'))),if(Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))&amp;lt;4,Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))+9,Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))-3)), Null()) as Quarter,&lt;BR /&gt;Month(Temp_Date) as [Month],&lt;BR /&gt;Year(Temp_Date)&amp;amp;num(Month(Temp_Date),'00') as [MonthYear] ,&lt;BR /&gt;Year(YearStart( Date(Date#("Temp_Date",'MM/DD/YYYY')),0,4)) as FYYear,&lt;BR /&gt;YearName(Temp_Date,0,4) as [Fiscal Year],&lt;BR /&gt;Dual(Month( Date(Date#("Temp_Date",'MM/DD/YYYY'))),if(Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))&amp;lt;4,Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))+9,Month( Date(Date#("Temp_Date",'MM/DD/YYYY')))-3)) &lt;BR /&gt;as FYMonth&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Resident TempCal;&lt;BR /&gt;&lt;BR /&gt;DROP Table TempCal;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WhatsApp Image 2022-06-27 at 1.53.29 PM.jpeg" style="width: 510px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82696i4C7FDF1D2370CD7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="WhatsApp Image 2022-06-27 at 1.53.29 PM.jpeg" alt="WhatsApp Image 2022-06-27 at 1.53.29 PM.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Worked well until last week...now it is showing error as above.&lt;/P&gt;
&lt;P&gt;Please help me find out the fixes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 08:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-count-is-out-of-range/m-p/1948379#M78168</guid>
      <dc:creator>Pa1K</dc:creator>
      <dc:date>2022-06-27T08:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Generate count is out of range</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-count-is-out-of-range/m-p/1948383#M78169</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1656320640725.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82698i42DC0C20C4C428EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1656320640725.png" alt="MayilVahanan_0-1656320640725.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no values in the "Temp" folder.&lt;BR /&gt;i.e.&amp;nbsp;&lt;SPAN&gt;CombiKey table doesn't have data. Check on this table and fix the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-count-is-out-of-range/m-p/1948383#M78169</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-06-27T09:04:48Z</dc:date>
    </item>
  </channel>
</rss>

