<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar/m-p/598320#M1120570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, the date format is very strange in your uploaded file....&lt;/P&gt;&lt;P&gt;Some dates are of M/DD/YYY format...&lt;/P&gt;&lt;P&gt;Some dates are of MM/DD/YYYY format...&lt;/P&gt;&lt;P&gt;Also, let us know how you want to use these two calenders..&lt;/P&gt;&lt;P&gt;Are each Start Date is associated with End Date given in excel file?&lt;/P&gt;&lt;P&gt;If possible, please upload a sample apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2014 18:03:56 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-02-02T18:03:56Z</dc:date>
    <item>
      <title>Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar/m-p/598319#M1120569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two Fields Start Date, End Date in my data.&lt;/P&gt;&lt;P&gt;Now i have to create two calendars using min date and max date from the Start Date, End Date fields.&lt;/P&gt;&lt;P&gt;I have taken two calendars and taken two variables for each calendar and used following expressions&lt;/P&gt;&lt;P&gt;Min({1} StartDate), Max({1} StartDate) in one calendar,&lt;/P&gt;&lt;P&gt;Min({1} EndDate), Max({1} EndDate) in another calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm getting errors, Could you please somebody look into this.&lt;/P&gt;&lt;P&gt;Please find attachment of dates excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 17:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar/m-p/598319#M1120569</guid>
      <dc:creator />
      <dc:date>2014-02-02T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar/m-p/598320#M1120570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, the date format is very strange in your uploaded file....&lt;/P&gt;&lt;P&gt;Some dates are of M/DD/YYY format...&lt;/P&gt;&lt;P&gt;Some dates are of MM/DD/YYYY format...&lt;/P&gt;&lt;P&gt;Also, let us know how you want to use these two calenders..&lt;/P&gt;&lt;P&gt;Are each Start Date is associated with End Date given in excel file?&lt;/P&gt;&lt;P&gt;If possible, please upload a sample apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 18:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar/m-p/598320#M1120570</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-02T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar/m-p/598321#M1120571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='€ #.##0,00;-€ #.##0,00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='gen;feb;mar;apr;mag;giu;lug;ago;set;ott;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mer;gio;ven;sab;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD Date#([Start Date]) as [Start Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#([End Date]) as [End Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Dates.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// generate date calendar1 (min, max Start Date)&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;/P&gt;&lt;P&gt;LOAD min([Start Date]) as MinDate, max([Start Date]) as MaxDate Resident&amp;nbsp; Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = Peek('MinDate', -1, 'MinMaxDate') ;&lt;/P&gt;&lt;P&gt;Let vMaxDate = Peek('MaxDate', -1, 'MinMaxDate') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar1:&lt;/P&gt;&lt;P&gt;Load Date(recno()+$(vMinDate)-1) as Date1 &lt;/P&gt;&lt;P&gt;Autogenerate vMaxDate - vMinDate ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table MinMaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// generate date calendar2 (min, max End Date)&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;/P&gt;&lt;P&gt;LOAD min([End Date]) as MinDate, max([End Date]) as MaxDate Resident&amp;nbsp; Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = Peek('MinDate', -1, 'MinMaxDate') ;&lt;/P&gt;&lt;P&gt;Let vMaxDate = Peek('MaxDate', -1, 'MinMaxDate') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar2:&lt;/P&gt;&lt;P&gt;Load Date(recno()+$(vMinDate)-1) as Date2 &lt;/P&gt;&lt;P&gt;Autogenerate vMaxDate - vMinDate ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table MinMaxDate;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 18:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar/m-p/598321#M1120571</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-02T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar/m-p/598322#M1120572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working perfectly as per my requirement.&lt;/P&gt;&lt;P&gt;Thank you Very Very&amp;nbsp; much &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 05:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar/m-p/598322#M1120572</guid>
      <dc:creator />
      <dc:date>2014-02-03T05:54:33Z</dc:date>
    </item>
  </channel>
</rss>

