<?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: Calendar help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357659#M704755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, the date field in your Calendar table is CalendarDate, but will not have anything to link to in the rest of your script.&amp;nbsp; It should be renamed to status_date to match the field in your History table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you won't need the calendar controls you created in the History table.&amp;nbsp; You should now be creating those in the Calendar table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into Settings --&amp;gt; Document Properties --&amp;gt; General and make sure that "Generate Logfile" is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run your script and if there is an error you can check the reload log file that should be in the same directory as the qvw.&amp;nbsp; This will tell what else is going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 14:25:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-18T14:25:37Z</dc:date>
    <item>
      <title>Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357658#M704754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get my first master calendar to work. I found some script on this community but I guess I'm not completely sure how it all works. I'm trying to insert it to work with a current .qvw that I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the two attached my tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize this could be a loaded question. But Any help getting this to mold would be great. I think after doing it once and knowing what to replace and where to replace it I'll get the hang of it. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&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;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357658#M704754</guid>
      <dc:creator />
      <dc:date>2012-06-18T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357659#M704755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, the date field in your Calendar table is CalendarDate, but will not have anything to link to in the rest of your script.&amp;nbsp; It should be renamed to status_date to match the field in your History table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you won't need the calendar controls you created in the History table.&amp;nbsp; You should now be creating those in the Calendar table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into Settings --&amp;gt; Document Properties --&amp;gt; General and make sure that "Generate Logfile" is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run your script and if there is an error you can check the reload log file that should be in the same directory as the qvw.&amp;nbsp; This will tell what else is going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357659#M704755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357660#M704756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;6/18/2012 10:37:57 AM: 0002&amp;nbsp; SET ThousandSep=','&lt;BR /&gt;6/18/2012 10:37:57 AM: 0003&amp;nbsp; SET DecimalSep='.'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0004&amp;nbsp; SET MoneyThousandSep=','&lt;BR /&gt;6/18/2012 10:37:57 AM: 0005&amp;nbsp; SET MoneyDecimalSep='.'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0006&amp;nbsp; SET MoneyFormat='$#,##0.00;($#,##0.00)'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0007&amp;nbsp; SET TimeFormat='h:mm:ss TT'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0008&amp;nbsp; SET DateFormat='M/D/YYYY'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0009&amp;nbsp; SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0010&amp;nbsp; SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0011&amp;nbsp; SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0014&amp;nbsp; OLEDB CONNECT*Provider*&lt;BR /&gt;6/18/2012 10:37:57 AM: 0015&amp;nbsp; Learners:&lt;BR /&gt;6/18/2012 10:37:57 AM: 0016&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:57 AM: 0017&amp;nbsp; LOAD learner_id,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0018&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as learnerIDCount,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0019&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "last_name" as 'Learner Last Name',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0020&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "first_name" as 'Learner First Name',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0021&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title as 'Learner Title',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0022&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dept = 'WORK COMP','WORKCOMP',dept) as deptkey,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0023&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status as 'Learner Status',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0024&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (user3 like 'eic*'&amp;nbsp; or user3 = 'E' or user3 = 'eix' or&amp;nbsp; user3 like 'ELECTRIC*',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ELECTRIC INSURANCE',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (user3 like 'se*' ,'SEDGWICK JAMES', user3)) as 'Learner Company',&lt;BR /&gt;6/18/2012 10:37:57 AM: 0027&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerID as 'Learner Manager ID'&lt;BR /&gt;6/18/2012 10:37:57 AM: 0028&amp;nbsp; SQL SELECT &lt;BR /&gt;6/18/2012 10:37:57 AM: 0029&amp;nbsp; learner_id, &lt;BR /&gt;6/18/2012 10:37:57 AM: 0030&amp;nbsp; "last_name",&lt;BR /&gt;6/18/2012 10:37:57 AM: 0031&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "first_name",&lt;BR /&gt;6/18/2012 10:37:57 AM: 0032&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0033&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dept,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0034&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0035&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user3,&lt;BR /&gt;6/18/2012 10:37:57 AM: 0036&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerID&lt;BR /&gt;6/18/2012 10:37:57 AM: 0037&amp;nbsp; FROM "LWEB_EI".dbo.learners&lt;/P&gt;&lt;P&gt;6/18/2012 10:37:57 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9 fields found: learner_id, learnerIDCount, Learner Last Name, Learner First Name, Learner Title, deptkey, Learner Status, Learner Company, Learner Manager ID, 1,550 lines fetched&lt;BR /&gt;6/18/2012 10:37:58 AM: 0040&amp;nbsp; Directory&lt;BR /&gt;6/18/2012 10:37:58 AM: 0041&amp;nbsp; LEFT JOIN (Learners)&lt;BR /&gt;6/18/2012 10:37:58 AM: 0042&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0043&amp;nbsp; LOAD &lt;BR /&gt;6/18/2012 10:37:58 AM: 0044&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description as 'Learner Department',&lt;BR /&gt;6/18/2012 10:37:58 AM: 0045&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; val as deptkey&lt;BR /&gt;6/18/2012 10:37:58 AM: 0046&amp;nbsp; SQL SELECT &lt;BR /&gt;6/18/2012 10:37:58 AM: 0047&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description,&lt;BR /&gt;6/18/2012 10:37:58 AM: 0048&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; val&lt;BR /&gt;6/18/2012 10:37:58 AM: 0049&amp;nbsp; FROM "LWEB_EI".dbo.codes&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0050&amp;nbsp; where lucode = 'learner_dept'&lt;BR /&gt;6/18/2012 10:37:58 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 fields found: Learner Department, deptkey, 20 lines fetched&lt;BR /&gt;6/18/2012 10:37:58 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Joining/Keeping&lt;BR /&gt;6/18/2012 10:37:58 AM: 0055&amp;nbsp; History:&lt;BR /&gt;6/18/2012 10:37:58 AM: 0056&amp;nbsp; QUALIFY *&lt;BR /&gt;6/18/2012 10:37:58 AM: 0057&amp;nbsp; UNQUALIFY learner_id&lt;BR /&gt;6/18/2012 10:37:58 AM: 0058&amp;nbsp; LOAD "learner_id",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0059&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "course_no",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0060&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title,&lt;BR /&gt;6/18/2012 10:37:58 AM: 0061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (status='e' or status = 'E','Enrolled',&lt;BR /&gt;6/18/2012 10:37:58 AM: 0062&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (status='F' or status = 'f','Finished', status)) as Course_Status,&lt;BR /&gt;6/18/2012 10:37:58 AM: 0063&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status_date",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0064&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0065&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0066&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0067&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:58 AM: 0068&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; duration&lt;BR /&gt;6/18/2012 10:37:58 AM: 0069&amp;nbsp; SQL SELECT "learner_id",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0070&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "course_no",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0071&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title,&lt;BR /&gt;6/18/2012 10:37:58 AM: 0072&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status,&lt;BR /&gt;6/18/2012 10:37:58 AM: 0073&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status_date",&lt;BR /&gt;6/18/2012 10:37:58 AM: 0074&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; duration&lt;BR /&gt;6/18/2012 10:37:58 AM: 0075&amp;nbsp; FROM "LWEB_EI".dbo.history&lt;BR /&gt;6/18/2012 10:37:58 AM: 0076&amp;nbsp; where duration is not null&lt;BR /&gt;6/18/2012 10:37:58 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 fields found: learner_id, History.course_no, History.title, History.Course_Status, History.status_date, History.duration, 83,387 lines fetched&lt;BR /&gt;6/18/2012 10:37:59 AM: 0080&amp;nbsp; LET vDateMin = Num(MakeDate(2009,1,1))&lt;BR /&gt;6/18/2012 10:37:59 AM: 0081&amp;nbsp; LET vDateMax = Floor(MonthEnd(Today()))&lt;BR /&gt;6/18/2012 10:37:59 AM: 0082&amp;nbsp; LET vDateToday = Num(Today())&lt;BR /&gt;6/18/2012 10:37:59 AM: 0084&amp;nbsp; TempCalendar:&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0085&amp;nbsp; LOAD &lt;BR /&gt;6/18/2012 10:37:59 AM: 0086&amp;nbsp; 39814 + RowNo() - 1 AS DateNumber,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0087&amp;nbsp; Date(39814 + RowNo() - 1) AS TempDate&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0088&amp;nbsp; AUTOGENERATE 1&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0089&amp;nbsp; WHILE 39814+IterNo()-1&amp;lt;= 41090&lt;BR /&gt;6/18/2012 10:37:59 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 fields found: TempCalendar.DateNumber, TempCalendar.TempDate, 1,277 lines fetched&lt;BR /&gt;6/18/2012 10:37:59 AM: 0091&amp;nbsp; Calendar:&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0092&amp;nbsp; LOAD &lt;BR /&gt;6/18/2012 10:37:59 AM: 0093&amp;nbsp; Date(TempDate) AS status_date,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0094&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0095&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0096&amp;nbsp; Day(TempDate) AS CalendarDayOfMonth,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0097&amp;nbsp; WeekDay(TempDate) AS CalendarDayName,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0098&amp;nbsp; Week(TempDate) AS CalendarWeekOfYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0099&amp;nbsp; Month(TempDate) AS CalendarMonthName,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0100&amp;nbsp; 'Q' &amp;amp; Ceil(Month(TempDate)/3) AS CalendarQuarter,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0101&amp;nbsp; Year(TempDate) AS CalendarYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0102&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0103&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0104&amp;nbsp; WeekName(TempDate) as CalendarWeekNumberAndYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0105&amp;nbsp; MonthName(TempDate) as CalendarMonthAndYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0106&amp;nbsp; QuarterName(TempDate) as CalendarQuarterMonthsAndYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0107&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0108&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0109&amp;nbsp; DayStart(TempDate) as CalendarDayStart,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0110&amp;nbsp; WeekStart(TempDate) as CalendarWeekStart,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0111&amp;nbsp; MonthStart(TempDate) as CalendarMonthStart,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0112&amp;nbsp; QuarterStart(TempDate) as CalendarQuarterStart,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0113&amp;nbsp; YearStart(TempDate) as CalendarYearStart,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0114&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0115&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0116&amp;nbsp; DayEnd(TempDate) as CalendarDayEnd,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0117&amp;nbsp; WeekEnd(TempDate) as CalendarWeekEnd,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0118&amp;nbsp; MonthEnd(TempDate) as CalendarMonthEnd,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0119&amp;nbsp; QuarterEnd(TempDate) as CalendarQuarterEnd,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0120&amp;nbsp; YearEnd(TempDate) as CalendarYearEnd,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0121&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0122&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0123&amp;nbsp; 'Q' &amp;amp; Ceil(Month(TempDate)/3) &amp;amp; '/' &amp;amp; Year(TempDate) AS CalendarQuarterAndYear,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0124&amp;nbsp; Year(TempDate) &amp;amp; '/' &amp;amp; 'Q' &amp;amp; Ceil(Month(TempDate)/3) AS CalendarYearAndQuarter,&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0125&amp;nbsp; 'Wed ' &amp;amp; DayStart(WeekStart(TempDate) + 3) as CalendarWednesdays,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0126&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0127&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0128&amp;nbsp; YeartoDate(TempDate, 0, 1, 41078)*-1 AS CalendarCurrentYTD,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0129&amp;nbsp; YeartoDate(TempDate,-1, 1, 41078)*-1 AS CalendarLastYTD,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0130&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0131&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(status_date) as StatusDate_YEAR,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0132&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(status_date) as StatusDate_MONTH,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0133&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(status_date) &amp;amp; '-' &amp;amp; month(status_date) as StatusDate_YearMonth,&lt;BR /&gt;6/18/2012 10:37:59 AM: 0134&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; ceil(Month(status_date)/3) as Quarter&lt;BR /&gt;6/18/2012 10:37:59 AM: 0135&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;6/18/2012 10:37:59 AM: 0136&amp;nbsp; RESIDENT TempCalendar ORDER BY TempDate ASC&lt;BR /&gt;6/18/2012 10:37:59 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: Field not found&lt;BR /&gt;6/18/2012 10:38:01 AM: 0138&amp;nbsp; DROP TABLE TempCalendar&lt;BR /&gt;6/18/2012 10:38:01 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357660#M704756</guid>
      <dc:creator />
      <dc:date>2012-06-18T14:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357661#M704757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you used a QUALIFY * statement up in line 56 and never undid it with an UNQUALIFY *, all your subsequent tables are qualified.&amp;nbsp; So when the script looked for field TempDate, it did not exist.&amp;nbsp; Only TempCalendar.TempDate exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357661#M704757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T14:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357662#M704758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Now it runs. Some of the charts got messed up, could that be due to unqualifying everything? I guess I'll have to figure out how to fix those.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357662#M704758</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357663#M704759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that is on a different sheet which brings together much of the data that I got from the above script. When I select a date in the calendar, the associated data comes up correct in the tables above, but the new one goes blank anytime I select a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why that could be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 18:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-help/m-p/357663#M704759</guid>
      <dc:creator />
      <dc:date>2012-06-19T18:50:23Z</dc:date>
    </item>
  </channel>
</rss>

