<?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: Feild a not found showing when i am trying to create master calender in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Feild-a-not-found-showing-when-i-am-trying-to-create-master/m-p/1931384#M76738</link>
    <description>&lt;P&gt;Could it be that your Dateranges table never gets created?&lt;/P&gt;
&lt;P&gt;Do get the expected output to the Dateranges table?&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 04:49:15 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2022-05-17T04:49:15Z</dc:date>
    <item>
      <title>Feild a not found showing when i am trying to create master calender</title>
      <link>https://community.qlik.com/t5/App-Development/Feild-a-not-found-showing-when-i-am-trying-to-create-master/m-p/1931379#M76736</link>
      <description>&lt;P&gt;Min_Max:&lt;BR /&gt;Load&lt;BR /&gt;Min("Created Date") as MinDate,&lt;BR /&gt;Max("Created Date") as MaxDate&lt;BR /&gt;Resident TradeNameRequest;&lt;/P&gt;
&lt;P&gt;Let vMinDate = num(Peek('MinDate',0,'Min_Max'));&lt;BR /&gt;Let vMaxDate = num(Peek('MaxDate',0,'Min_Max'));&lt;BR /&gt;Trace $(vMAxDate);&lt;BR /&gt;Drop Table Min_Max;&lt;BR /&gt;&lt;BR /&gt;Dateranges:&lt;/P&gt;
&lt;P&gt;Load &lt;BR /&gt;$(vMinDate) + IterNo()-1 as datenum,&lt;BR /&gt;Date($(vMinDate) + IterNo()-1) as Tempdate&lt;BR /&gt;AutoGenerate 1 while $(vMinDate) + IterNo()-1 &amp;lt;= $(vMaxDate);&lt;BR /&gt;&lt;BR /&gt;MasterCalender:&lt;BR /&gt;&lt;BR /&gt;Load&lt;BR /&gt;Tempdate as "Created Date",&lt;BR /&gt;Date(Tempdate) as Created_Date,&lt;BR /&gt;year(Tempdate) as Year,&lt;BR /&gt;'Q'&amp;amp;Ceil(Month(Tempdate)/3) as Quarter,&lt;BR /&gt;Month(Tempdate) as Month,&lt;BR /&gt;Day(Tempdate) as Day,&lt;BR /&gt;week(Tempdate) as week&lt;/P&gt;
&lt;P&gt;Resident Dateranges Order by Tempdate asc ;&lt;/P&gt;
&lt;P&gt;Drop Table Dateranges;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 04:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Feild-a-not-found-showing-when-i-am-trying-to-create-master/m-p/1931379#M76736</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-05-17T04:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Feild a not found showing when i am trying to create master calender</title>
      <link>https://community.qlik.com/t5/App-Development/Feild-a-not-found-showing-when-i-am-trying-to-create-master/m-p/1931384#M76738</link>
      <description>&lt;P&gt;Could it be that your Dateranges table never gets created?&lt;/P&gt;
&lt;P&gt;Do get the expected output to the Dateranges table?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 04:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Feild-a-not-found-showing-when-i-am-trying-to-create-master/m-p/1931384#M76738</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-05-17T04:49:15Z</dc:date>
    </item>
  </channel>
</rss>

