<?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: Field 'a' not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1523376#M606932</link>
    <description>&lt;P&gt;Martin_Ma, I have the same script as you. My error comes from varMinDate and varMaxDate being NULL. I checked the variables using debug mode&amp;nbsp; and putting a breakpoint at TempCalendar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure that the variables are being filled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QuartersMap:&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Temp: &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Min([Datum aangemaakt]) as minDate,&lt;/EM&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Date(Floor(Max([Datum aangemaakt]))) as maxDate&lt;/EM&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident Incident;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Let varMinDate = Date(Num(Peek('minDate', 0, 'Temp')));&lt;BR /&gt;Let varMaxDate = Date(Num(Peek('maxDate', 0, 'Temp')));&lt;BR /&gt;DROP Table Temp;&lt;BR /&gt;&lt;BR /&gt;TempCalendar:&lt;BR /&gt;LOAD&lt;BR /&gt;$(varMinDate) + Iterno()-1 As Num,&lt;BR /&gt;$(varMinDate) + IterNo() - 1 as TempDate&lt;BR /&gt;AutoGenerate 1 While $(varMinDate) + IterNo() - 1 &amp;lt;= $(varMaxDate);// + 7;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Dec 2018 09:16:11 GMT</pubDate>
    <dc:creator>Jim</dc:creator>
    <dc:date>2018-12-21T09:16:11Z</dc:date>
    <item>
      <title>Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18352#M606925</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;I'm getting the following error in my Qlik load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik error.PNG" class="jive-image image-1" src="/legacyfs/online/196182_Qlik error.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched through the script and there's no 'a' leftover anywhere. Error appears to be happening in the Master Cal script. I've attached the script below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any ideas how to resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18352#M606925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-13T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18353#M606926</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;did you debug the script line by line? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check where exactly it is stopping?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if you dont found.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each and every table put exit script and reload each table then you come to know where exactly you are wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18353#M606926</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-13T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18354#M606927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow Chanty's suggestion and verify the actual values stored in varMinDate and varMaxDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 20:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18354#M606927</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-03-13T20:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18355#M606928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before anyone can tell you how to resolve "it", we need to know what is causing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put an&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Exit Script;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right after the &lt;SPAN style="font-family: 'courier new', courier;"&gt;let varMaxDate = Peek(...);&lt;/SPAN&gt; statement. Reload your document and check the content of &lt;SPAN style="font-family: 'courier new', courier;"&gt;varMinDate&lt;/SPAN&gt; and &lt;SPAN style="font-family: 'courier new', courier;"&gt;varMaxDate&lt;/SPAN&gt; in the Settings-&amp;gt;Variable Overview dialog. Do they contain numerical values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18355#M606928</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-13T21:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18356#M606929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is occuring here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TMP_Calendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(varMinDate) + Iterno()-1 as Num,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&amp;nbsp; &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;Set vFM = 4 ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // First month of fiscal year&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;I'm using Microsoft Visual Studio so myself and a colleague can co-develop. When he reloads he doesn't get any errors and has the exact same script that I have!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 09:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18356#M606929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T09:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18357#M606930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically this error will occur with the resident table&amp;nbsp; not referring the exact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly check the&amp;nbsp; all resident table used in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/18357#M606930</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-14T17:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1507591#M606931</link>
      <description>&lt;P&gt;I am getting the same error with a very similar script:&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;BR /&gt;;&lt;/P&gt;&lt;P&gt;I don't understand what should be checked about resident tables. This load statement isn't loading from a table. Its just loading from variables. I tried putting a comma after TempDate and it doesn't like it. I tried putting 'Resident [existing table name]' before the semicolon ; and it didn't like that either.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1507591#M606931</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2018-11-15T21:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1523376#M606932</link>
      <description>&lt;P&gt;Martin_Ma, I have the same script as you. My error comes from varMinDate and varMaxDate being NULL. I checked the variables using debug mode&amp;nbsp; and putting a breakpoint at TempCalendar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure that the variables are being filled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QuartersMap:&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Temp: &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Min([Datum aangemaakt]) as minDate,&lt;/EM&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Date(Floor(Max([Datum aangemaakt]))) as maxDate&lt;/EM&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident Incident;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Let varMinDate = Date(Num(Peek('minDate', 0, 'Temp')));&lt;BR /&gt;Let varMaxDate = Date(Num(Peek('maxDate', 0, 'Temp')));&lt;BR /&gt;DROP Table Temp;&lt;BR /&gt;&lt;BR /&gt;TempCalendar:&lt;BR /&gt;LOAD&lt;BR /&gt;$(varMinDate) + Iterno()-1 As Num,&lt;BR /&gt;$(varMinDate) + IterNo() - 1 as TempDate&lt;BR /&gt;AutoGenerate 1 While $(varMinDate) + IterNo() - 1 &amp;lt;= $(varMaxDate);// + 7;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 09:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1523376#M606932</guid>
      <dc:creator>Jim</dc:creator>
      <dc:date>2018-12-21T09:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1671404#M606933</link>
      <description>&lt;P&gt;Many thanks for that!&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, Qlik could be more precise in error descriptions...:)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 16:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/1671404#M606933</guid>
      <dc:creator>natalia_sterniak</dc:creator>
      <dc:date>2020-01-31T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field 'a' not found</title>
      <link>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/2073102#M1223703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please check in&amp;nbsp;TMP_Demand_Link_Table that [Data Date] has been contain any data or not .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if it is blank then it will give the 'a' filed not found.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 05:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-a-not-found/m-p/2073102#M1223703</guid>
      <dc:creator>sachin961</dc:creator>
      <dc:date>2023-05-19T05:45:32Z</dc:date>
    </item>
  </channel>
</rss>

