<?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: Qlikview Master Calendar error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602246#M44578</link>
    <description>&lt;P&gt;Is there somewhere in the script you are trying to load a field 'a' ?&lt;/P&gt;
&lt;P&gt;Have you tried using debug mode ?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 10:11:40 GMT</pubDate>
    <dc:creator>Lisa_P</dc:creator>
    <dc:date>2019-07-15T10:11:40Z</dc:date>
    <item>
      <title>Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1601863#M44548</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have a table production with the following columns:&lt;/P&gt;&lt;P&gt;COMPLETION_DATE,&lt;BR /&gt;QTY,&lt;BR /&gt;STATUS,&lt;BR /&gt;ORG_CODE,&lt;BR /&gt;ITEM_NO,&lt;BR /&gt;ITEM_TYPE&lt;/P&gt;&lt;P&gt;im trying to create a master calendar on the COMPLETION_DATE but keep getting a 'Field 'a' not found error'.&lt;/P&gt;&lt;P&gt;QuartersMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;BR /&gt;rowno() as Month,&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;min(COMPLETION_DATE) as minDate,&lt;BR /&gt;max(COMPLETION_DATE) as maxDate&lt;BR /&gt;Resident production;&lt;/P&gt;&lt;P&gt;Let varMinDate = Num(Peek('minDate', 0, 'Temp'));&lt;BR /&gt;Let varMaxDate = Num(Peek('maxDate', 0, 'Temp'));&lt;/P&gt;&lt;P&gt;DROP Table Temp;&lt;/P&gt;&lt;P&gt;TempCalendar:&lt;BR /&gt;LOAD&lt;BR /&gt;$(varMinDate) + IterNo()-1 As Num,&lt;BR /&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&lt;BR /&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&lt;/P&gt;&lt;P&gt;MasterCalendar1:&lt;BR /&gt;Load&lt;/P&gt;&lt;P&gt;TempDate AS COMPLETION_DATE,&lt;BR /&gt;week(TempDate) As P_Week,&lt;BR /&gt;Year(TempDate) As P_Year,&lt;BR /&gt;Month(TempDate) As P_Month,&lt;BR /&gt;Day(TempDate) As P_Day,&lt;BR /&gt;YeartoDate(TempDate)*-1 as P_CurYTDFlag,&lt;BR /&gt;YeartoDate(TempDate,-1)*-1 as P_LastYTDFlag,&lt;BR /&gt;inyear(TempDate, Monthstart($(varMaxDate)),-1) as P_RC12,&lt;BR /&gt;date(monthstart(TempDate), 'MMM-YY') as P_MonthYear,&lt;BR /&gt;ApplyMap('QuartersMap', month(TempDate), Null()) as P_Quarter,&lt;BR /&gt;Week(weekstart(TempDate)) &amp;amp; '-' &amp;amp; WeekYear(TempDate) as P_WeekYear,&lt;BR /&gt;WeekDay(TempDate) as P_WeekDay&lt;/P&gt;&lt;P&gt;Resident TempCalendar&lt;/P&gt;&lt;P&gt;Order By TempDate ASC;&lt;/P&gt;&lt;P&gt;Drop Table TempCalendar;&lt;/P&gt;&lt;P&gt;can anyone see what im doing wrong?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1601863#M44548</guid>
      <dc:creator>anonymous1</dc:creator>
      <dc:date>2024-11-16T20:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602101#M44558</link>
      <description>The calendar script looks ok, must be an issue somewhere else</description>
      <pubDate>Mon, 15 Jul 2019 00:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602101#M44558</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-15T00:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602208#M44570</link>
      <description>&lt;P&gt;I have 2 other master calendars in my data model aswell, think these have something to do with the issue? it seems to not like my TempCalendar, but this is the exact same as my other 2 tempCalendars, so not sure what the issue is &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602208#M44570</guid>
      <dc:creator>anonymous1</dc:creator>
      <dc:date>2019-07-15T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602243#M44576</link>
      <description>&lt;P&gt;&amp;nbsp;Can you send a screen shot of the error message&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 10:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602243#M44576</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-15T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602245#M44577</link>
      <description />
      <pubDate>Mon, 15 Jul 2019 10:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602245#M44577</guid>
      <dc:creator>anonymous1</dc:creator>
      <dc:date>2019-07-15T10:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Master Calendar error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602246#M44578</link>
      <description>&lt;P&gt;Is there somewhere in the script you are trying to load a field 'a' ?&lt;/P&gt;
&lt;P&gt;Have you tried using debug mode ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 10:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-Master-Calendar-error/m-p/1602246#M44578</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-15T10:11:40Z</dc:date>
    </item>
  </channel>
</rss>

