<?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: Master Calendar &amp;quot;Field 'a' not found&amp;quot; Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454576#M609392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Red one is the one you're using, black one is a good one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188222_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 07:58:51 GMT</pubDate>
    <dc:creator>luismadriz</dc:creator>
    <dc:date>2017-12-27T07:58:51Z</dc:date>
    <item>
      <title>Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454571#M609387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community people. I tried to create a master calendar in Qlikview. But i'm getting an error as "Field 'a' not found" when i reload. have a look at my script which i mentioned below.and suggest me corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderHeader:&lt;/P&gt;&lt;P&gt;LOAD OrderDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostOfSales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GrossProfit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeliveryDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinMaxDates:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;min(OrderDate) as minDate,&lt;/P&gt;&lt;P&gt;max(OrderDate) as maxDate&lt;/P&gt;&lt;P&gt;Resident OrderHeader;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = Num(Peek(‘minDate’,0,’MinMaxDates’));&lt;/P&gt;&lt;P&gt;Let vMaxDate = Num(Peek(‘maxDate’,0,’MinMaxDates’));&lt;/P&gt;&lt;P&gt;DROP table MinMaxDates;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateRanges:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;$(vMinDate) + IterNo()-1 as DateNum,&lt;/P&gt;&lt;P&gt;Date($(vMinDate) + IterNo()-1) as TempDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Autogenerate 1 while $(vMinDate) + IterNo()-1 &amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalender:&lt;/P&gt;&lt;P&gt;load TempDate as OrderDate,&lt;/P&gt;&lt;P&gt;Day(TempDate) as Master.Day,&lt;/P&gt;&lt;P&gt;Week(TempDate) as Master.Week,&lt;/P&gt;&lt;P&gt;Month(TempDate) as Master.Month,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp; Ceil( Month(TempDate)/3) as Master.Quarter,&lt;/P&gt;&lt;P&gt;Year(TempDate) as Master.Year&lt;/P&gt;&lt;P&gt;Resident DateRanges order by TempDate asc;&lt;/P&gt;&lt;P&gt;DROP table DateRanges;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 11:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454571#M609387</guid>
      <dc:creator>aravind_dussani</dc:creator>
      <dc:date>2017-12-26T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454572#M609388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to post a screenshot of the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 17:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454572#M609388</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454573#M609389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which field is that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 02:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454573#M609389</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T02:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454574#M609390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share your source file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454574#M609390</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-12-27T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454575#M609391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem I could see was the apostrophes here:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let vMinDate = Num(Peek(‘minDate’,0,’MinMaxDates’));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let vMaxDate = Num(Peek(‘maxDate’,0,’MinMaxDates’));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Change it to this:&lt;/P&gt;&lt;P&gt;Let vMinDate = Num(Peek('minDate',0,'MinMaxDates'));&lt;/P&gt;&lt;P&gt;Let vMaxDate = Num(Peek('maxDate',0,'MinMaxDates'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454575#M609391</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-12-27T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454576#M609392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Red one is the one you're using, black one is a good one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188222_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454576#M609392</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-12-27T07:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454577#M609393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Luis Madriz :: very thanks for ur support.&lt;/P&gt;&lt;P&gt;i changed script according to your suggestion . there is apostrophes problem in my script. n finally got master calender output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454577#M609393</guid>
      <dc:creator>aravind_dussani</dc:creator>
      <dc:date>2017-12-27T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field 'a' not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454578#M609394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all those responded to this post..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-a-not-found-quot-Error/m-p/1454578#M609394</guid>
      <dc:creator>aravind_dussani</dc:creator>
      <dc:date>2017-12-27T09:28:38Z</dc:date>
    </item>
  </channel>
</rss>

