<?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 not found&amp;quot; Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131050#M756295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace this on all Tabs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_153717210097935 jive_text_macro" jivemacro_uid="_153717210097935" modifiedtitle="true"&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $(vMinDate) + IterNo() - 1 as DateNum&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While $(vMinDate) + IterNo() - 1 &amp;lt;= $(vMaxDate);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15371721119389955" jivemacro_uid="_15371721119389955"&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vMinDate)' + IterNo() - 1 as DateNum&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While '$(vMinDate)' + IterNo() - 1 &amp;lt;= '$(vMaxDate)';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2018 08:16:07 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2018-09-17T08:16:07Z</dc:date>
    <item>
      <title>Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131046#M756291</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;I am trying to create &lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="3585" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;Canonical Date&lt;/A&gt; Almost all i have completed successfully but when I am trying to create the master calendar for Canonical Date column I am getting this error &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/213681_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guys please check the qvw and help me out from this, Why i am getting this error and what is my mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&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/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131046#M756291</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131047#M756292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD Date('2016-01-01' + IterNo() - 1) as [Date] AutoGenerate 1 While Date('2016-01-01' + IterNo() - 1) &amp;lt;= Date('2020-01-01');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131047#M756292</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-17T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131048#M756293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I attached wrong qvw. This is the updated one.&lt;/P&gt;&lt;P&gt;Please finf it and help me out from this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131048#M756293</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T07:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131049#M756294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i attached one qvw please check that and based on that please give the suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131049#M756294</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T07:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131050#M756295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace this on all Tabs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_153717210097935 jive_text_macro" jivemacro_uid="_153717210097935" modifiedtitle="true"&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $(vMinDate) + IterNo() - 1 as DateNum&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While $(vMinDate) + IterNo() - 1 &amp;lt;= $(vMaxDate);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15371721119389955" jivemacro_uid="_15371721119389955"&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vMinDate)' + IterNo() - 1 as DateNum&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While '$(vMinDate)' + IterNo() - 1 &amp;lt;= '$(vMaxDate)';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131050#M756295</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131051#M756296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field &lt;STRONG&gt;CanonicalDate&lt;/STRONG&gt;&amp;nbsp; is empty, therefore &lt;STRONG&gt;mindate&amp;nbsp; &lt;/STRONG&gt;and &lt;STRONG&gt;maxdate&lt;/STRONG&gt; for mastercaledar are null. Check creating [DateBridge] table and &lt;STRONG&gt;applymap()&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131051#M756296</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-17T08:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131052#M756297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Frank,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have replaced with this in my qvw but when i am trying to create master calendar year i am getting &lt;SPAN style="font-size: 13.3333px;"&gt;empty like this&lt;/SPAN&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213684_Capture2.JPG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am attaching qvw also please check it and let me know what was the mistake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131052#M756297</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131053#M756298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Andreys answer.&lt;/P&gt;&lt;P&gt;Indeed your &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;CanonicalDate&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; Field is empty!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131053#M756298</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131054#M756299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I have verified that also. But i am not getting any clue why my Canonical Date Field is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guys please help me out from this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131054#M756299</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131055#M756300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Yeah, I have verified But i am not getting any clue why my Canonical Date Field is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Can you guys please help me out from this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131055#M756300</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131056#M756301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this in script in your DateBridge Table. Your Mapping Tables are missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15371752976193336" jivemacro_uid="_15371752976193336" modifiedtitle="true"&gt;
&lt;P&gt;EnterCalendar:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, EnterDate Resident MRMqvd; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;JobEndCalendar:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, JobEndDate Resident MRMqvd; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;placementCalendar:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, placementdate Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;plcdate:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, plcdate Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;offerCalendar:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, offerdate Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DeclineCalendar:&lt;/P&gt;
&lt;P&gt;Mapping Load CandidateID, DeclineDate Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DateBridge:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('EnterCalendar',CandidateID,Null()) as CanonicalDate, 'EnterDate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('JobEndCalendar',CandidateID,Null()) as CanonicalDate, 'JobEndDate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('placementCalendar',CandidateID,Null()) as CanonicalDate, 'placementdate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('plcCalendar',CandidateID,Null()) as CanonicalDate, 'plcdate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('offerCalendar',CandidateID,Null()) as CanonicalDate, 'offerdate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load CandidateID, Applymap('DeclineCalendar',CandidateID,Null()) as CanonicalDate, 'DeclineDate' as DateType&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident MRMqvd;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 09:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131056#M756301</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131057#M756302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried with this and created one text object with this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},DateType={'plcdate'}&amp;gt;}CandidateID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have created one list box also Year (Master Calendar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now If i select 2018 in listbox it is showing '0' But the actual answer is 72&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 09:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131057#M756302</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T09:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131058#M756303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh','Manoj Sathiyamurthy'},DateType={'plcdate'},plcYear={'2018'}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take &lt;STRONG&gt;plcYear&lt;/STRONG&gt; instead of Year for listbox selection and add &lt;STRONG&gt;Manoj Sathiyamurthy to Recruiter Field&lt;/STRONG&gt; than i get 72!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131058#M756303</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T10:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131059#M756304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh','Manoj Sathiyamurthy'},DateType={'plcdate'},plcYear={'2018'}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take &lt;STRONG&gt;plcYear&lt;/STRONG&gt; instead of Year for listbox selection and add &lt;STRONG&gt;Manoj Sathiyamurthy to Recruiter Field&lt;/STRONG&gt; than i get 72!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131059#M756304</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131060#M756305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We Did Small mistake, i.e In Mapping tables we gave wrong table name for plccalendar. But then also it is giving wrong output for the master calendar year. But if i select plcYear 2018 it is giving correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check for that once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131060#M756305</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131061#M756306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No with out manoj the output value is 72. I have noticed one thing January month is going to grey. if january month also linked to plcYear the output will come correct. and I can't write plcYear={'2018'} in my expression because Year column is the list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below screenshots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-1" height="148" src="https://community.qlik.com/legacyfs/online/213701_Capture1.JPG" style="height: 148px; width: 579.518px;" width="580" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213702_Capture.JPG" style="height: 155px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131061#M756306</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131062#M756307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i refer to your QVD File, then without Manoj the value is 71!&lt;/P&gt;&lt;P&gt;And with Manoj the value is 72!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213708_Unbenannt.png" style="height: 756px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213709_Unbenannt1.png" style="height: 688px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the connection between Year and plcYear seems to be incorrect.&lt;/P&gt;&lt;P&gt;If i select plcYear = 2018 then in Year Field 2014,2015,2017,2018 are connected!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131062#M756307</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T11:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131063#M756308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Frank,&amp;nbsp; It is showing like this... I am also not getting why it is happening like this.&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously, I made similar report. In that report i prepared some charts also it is correct and user approved also. But user wants one table which is not possible with that dash board (here i attached please check once)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User wants one straight table with these fields&lt;/P&gt;&lt;P&gt;Jobid, Department, TitleName, No.of Positions for those 4 recruiters( I have created table till this). Now he wants three more columns those are EnterDate, PlacementDate, count of days between &lt;SPAN style="font-size: 13.3333px;"&gt;EnterDate and PlacementDate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If i got the solution for this also the problem will be solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can please check for this and help me out with better one&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131063#M756308</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T11:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131064#M756309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I have no clue.&lt;/P&gt;&lt;P&gt;Better close this thread and open a new one with attaching your File.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131064#M756309</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-17T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar "Field not found" Error</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131065#M756310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support. and I will open new thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-quot-Field-not-found-quot-Error/m-p/131065#M756310</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-17T12:53:17Z</dc:date>
    </item>
  </channel>
</rss>

