<?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: DateMonth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033388#M926018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kasuhi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the master Calendar already please look into the below script , out of my date field i want to get this DateMonth&lt;/P&gt;&lt;P&gt;MaxMin:&lt;/P&gt;&lt;P&gt;LOAD Max(Date) as MaxDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min(Date) as MinDate&lt;/P&gt;&lt;P&gt;Resident FluData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vFiscalYearStartMonth = 4;&lt;/P&gt;&lt;P&gt;let vStartDate=Peek('MinDate');&lt;/P&gt;&lt;P&gt;let vEndDate=Peek('MaxDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FiscalCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Dual('Q' &amp;amp; Ceil(FiscalMonth/3), Ceil(FiscalMonth/3)) AS FiscalQuarter, // Fiscal Calendar Quarter&lt;/P&gt;&lt;P&gt;Dual(Text(Date(MonthEnd(Date), 'MMM')), FiscalMonth) AS FiscalMonthName; // Fiscal Calendar Month Name&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Year(Date) AS Year, // Standard Calendar Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Month(Date) AS Month, // Standard Calendar Month&lt;/P&gt;&lt;P&gt;week(Date) As Week,&lt;/P&gt;&lt;P&gt;Date(Date ,'DD-MMM') as DateMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Date(MonthEnd(Date), 'MMM') AS MonthName,&amp;nbsp; // Standard Calendar Month Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//Dual('Q' &amp;amp; Ceil(Month(Date)/3), Ceil(Month(Date)/3)) AS Quarter,&amp;nbsp; // Standard Calendar Quarter&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Date)/3) &amp;amp; '-' &amp;amp; Year(Date) as Quarter,&lt;/P&gt;&lt;P&gt;Mod(Month(Date) - $(vFiscalYearStartMonth), 12)+1 AS FiscalMonth,&amp;nbsp; // Fiscal&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;Right(YearName(Date,0,$(vFiscalYearStartMonth)),4)as FiscalYear,&lt;/P&gt;&lt;P&gt;date(MonthStart(Date),'MMM-YY') AS MonthYear,&lt;/P&gt;&lt;P&gt;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYearr;&amp;nbsp; // Fiscal Year&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date($(vStartDate) + RangeSum(Peek('RowNum'), 1) - 1) AS Date,&lt;/P&gt;&lt;P&gt;RangeSum(Peek('RowNum'), 1) AS RowNum&lt;/P&gt;&lt;P&gt;AutoGenerate vEndDate - vStartDate + 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 09:12:15 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2016-04-01T09:12:15Z</dc:date>
    <item>
      <title>DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033379#M926009</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;I have the master calendar which works perfectly &lt;/P&gt;&lt;P&gt;I just want to know how do we get the date like this &lt;/P&gt;&lt;P&gt;14-Jan&lt;/P&gt;&lt;P&gt;15-jan&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;30-dec&amp;nbsp;&amp;nbsp; now iam geting only month but ther is no date prefix to it &lt;/P&gt;&lt;P&gt;thanks &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/DateMonth/m-p/1033379#M926009</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033380#M926010</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;You can use the date function like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(DateField ,'DD-MMM') as DateMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033380#M926010</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T07:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033381#M926011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create datemonth field as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Datefield,'DD-MMM') as DateMonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033381#M926011</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-01T07:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033382#M926012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Date field in your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033382#M926012</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033383#M926013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works but the DateMonth field is showing all the date right from 1 to 30 &lt;/P&gt;&lt;P&gt;I want it to display one weeks date for example like &lt;/P&gt;&lt;P&gt;14-Nov&lt;/P&gt;&lt;P&gt;21-Nov&lt;/P&gt;&lt;P&gt;28-Nov&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.and so on &lt;/P&gt;&lt;P&gt;That is the begining of the week datmonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033383#M926013</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-04-01T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033384#M926014</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(Weekstart(DateField),'DD-MMM') as DateMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033384#M926014</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033385#M926015</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;&lt;/P&gt;&lt;P&gt;Weekname(Datefield) As week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033385#M926015</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033386#M926016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the Only date month field for mondays ? (Starting from the first day of the week) &lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;like this snap shot &lt;IMG alt="DateMOnth.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120170_DateMOnth.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033386#M926016</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-04-01T08:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033387#M926017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just need for Monday then you can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load if(WeekDay(Date)&amp;nbsp; = 'Mon',Date(Field,'DD-MMM')) as New Date&lt;/P&gt;&lt;P&gt;From xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033387#M926017</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T09:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033388#M926018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kasuhi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the master Calendar already please look into the below script , out of my date field i want to get this DateMonth&lt;/P&gt;&lt;P&gt;MaxMin:&lt;/P&gt;&lt;P&gt;LOAD Max(Date) as MaxDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min(Date) as MinDate&lt;/P&gt;&lt;P&gt;Resident FluData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vFiscalYearStartMonth = 4;&lt;/P&gt;&lt;P&gt;let vStartDate=Peek('MinDate');&lt;/P&gt;&lt;P&gt;let vEndDate=Peek('MaxDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FiscalCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Dual('Q' &amp;amp; Ceil(FiscalMonth/3), Ceil(FiscalMonth/3)) AS FiscalQuarter, // Fiscal Calendar Quarter&lt;/P&gt;&lt;P&gt;Dual(Text(Date(MonthEnd(Date), 'MMM')), FiscalMonth) AS FiscalMonthName; // Fiscal Calendar Month Name&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Year(Date) AS Year, // Standard Calendar Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Month(Date) AS Month, // Standard Calendar Month&lt;/P&gt;&lt;P&gt;week(Date) As Week,&lt;/P&gt;&lt;P&gt;Date(Date ,'DD-MMM') as DateMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Date(MonthEnd(Date), 'MMM') AS MonthName,&amp;nbsp; // Standard Calendar Month Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//Dual('Q' &amp;amp; Ceil(Month(Date)/3), Ceil(Month(Date)/3)) AS Quarter,&amp;nbsp; // Standard Calendar Quarter&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Date)/3) &amp;amp; '-' &amp;amp; Year(Date) as Quarter,&lt;/P&gt;&lt;P&gt;Mod(Month(Date) - $(vFiscalYearStartMonth), 12)+1 AS FiscalMonth,&amp;nbsp; // Fiscal&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;Right(YearName(Date,0,$(vFiscalYearStartMonth)),4)as FiscalYear,&lt;/P&gt;&lt;P&gt;date(MonthStart(Date),'MMM-YY') AS MonthYear,&lt;/P&gt;&lt;P&gt;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYearr;&amp;nbsp; // Fiscal Year&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date($(vStartDate) + RangeSum(Peek('RowNum'), 1) - 1) AS Date,&lt;/P&gt;&lt;P&gt;RangeSum(Peek('RowNum'), 1) AS RowNum&lt;/P&gt;&lt;P&gt;AutoGenerate vEndDate - vStartDate + 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033388#M926018</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-04-01T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033389#M926019</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;FiscalCalendar:&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;LOAD&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;*,&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;Dual('Q' &amp;amp; Ceil(FiscalMonth/3), Ceil(FiscalMonth/3)) AS FiscalQuarter, // Fiscal Calendar Quarter&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;Dual(Text(Date(MonthEnd(Date), 'MMM')), FiscalMonth) AS FiscalMonthName; // Fiscal Calendar Month Name&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;LOAD&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;*,&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Year(Date) AS Year, // Standard Calendar Year&lt;/SPAN&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;Month(Date) AS Month, // Standard Calendar Month&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;week(Date) As Week,&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;//Date(Date ,'DD-MMM') as DateMonth,&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;if(WeekDay(Date) = 'Mon',Date(Date,'DD-MMM')) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;DateMonth,&lt;/SPAN&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Date(MonthEnd(Date), 'MMM') AS MonthName,&amp;nbsp; // Standard Calendar Month Name&lt;/SPAN&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;//Dual('Q' &amp;amp; Ceil(Month(Date)/3), Ceil(Month(Date)/3)) AS Quarter,&amp;nbsp; // Standard Calendar Quarter&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;'Q' &amp;amp; Ceil(Month(Date)/3) &amp;amp; '-' &amp;amp; Year(Date) as Quarter,&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;Mod(Month(Date) - $(vFiscalYearStartMonth), 12)+1 AS FiscalMonth,&amp;nbsp; // Fiscal&amp;nbsp; Month&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;Right(YearName(Date,0,$(vFiscalYearStartMonth)),4)as FiscalYear,&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;date(MonthStart(Date),'MMM-YY') AS MonthYear,&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;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYearr;&amp;nbsp; // Fiscal Year&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;LOAD&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;Date($(vStartDate) + RangeSum(Peek('RowNum'), 1) - 1) AS Date,&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;RangeSum(Peek('RowNum'), 1) AS RowNum&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;AutoGenerate vEndDate - vStartDate + 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033389#M926019</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033390#M926020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik &lt;/P&gt;&lt;P&gt;But this is giving the DateMonth only for mnday but it should also give me the DateMonth for begning of the first date of the month and Ending of the monthDate.&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;Now what u have give definitely this is needed&amp;nbsp; but it is giving me for monday and it did not show me the datemonth for the begning of the day.&lt;/P&gt;&lt;P&gt;For example date 1march started from wednesday ,&amp;nbsp; and 6th march is on monday ,current date month is showing from monday &lt;/P&gt;&lt;P&gt;I want it to show from the 1st march that is starting of the date day .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033390#M926020</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-04-01T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033391#M926021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are you saying that you want the new field which is date and month for 1st and last Month of the day along with all Mondays?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033391#M926021</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033392#M926022</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WeekDay(Date)&amp;nbsp; = 'Mon' or monthstart(Date)=Date or monthend(Date)=Date,Date(Field,'DD-MMM')) as New Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033392#M926022</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033393#M926023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik &lt;/P&gt;&lt;P&gt;Exactly That is what i want &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033393#M926023</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-04-01T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: DateMonth</title>
      <link>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033394#M926024</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;FiscalCalendar:&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;LOAD&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;*,&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;Dual('Q' &amp;amp; Ceil(FiscalMonth/3), Ceil(FiscalMonth/3)) AS FiscalQuarter, // Fiscal Calendar Quarter&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;Dual(Text(Date(MonthEnd(Date), 'MMM')), FiscalMonth) AS FiscalMonthName; // Fiscal Calendar Month Name&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;LOAD&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;*,&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Year(Date) AS Year, // Standard Calendar Year&lt;/SPAN&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;Month(Date) AS Month, // Standard Calendar Month&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;week(Date) As Week,&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;//Date(Date ,'DD-MMM') as DateMonth,&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;if(WeekDay(Date) = 'Mon' or Floor(Date) = Floor(Monthstart(Date)) or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Floor(&lt;/SPAN&gt;Date) = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Floor(&lt;/SPAN&gt;Monthend(Date)),Date(Date,'DD-MMM')) as &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;DateMonth,&lt;/SPAN&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Date(MonthEnd(Date), 'MMM') AS MonthName,&amp;nbsp; // Standard Calendar Month Name&lt;/SPAN&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;//Dual('Q' &amp;amp; Ceil(Month(Date)/3), Ceil(Month(Date)/3)) AS Quarter,&amp;nbsp; // Standard Calendar Quarter&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;'Q' &amp;amp; Ceil(Month(Date)/3) &amp;amp; '-' &amp;amp; Year(Date) as Quarter,&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;Mod(Month(Date) - $(vFiscalYearStartMonth), 12)+1 AS FiscalMonth,&amp;nbsp; // Fiscal&amp;nbsp; Month&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;Right(YearName(Date,0,$(vFiscalYearStartMonth)),4)as FiscalYear,&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;date(MonthStart(Date),'MMM-YY') AS MonthYear,&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;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYearr;&amp;nbsp; // Fiscal Year&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;LOAD&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;Date($(vStartDate) + RangeSum(Peek('RowNum'), 1) - 1) AS Date,&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;RangeSum(Peek('RowNum'), 1) AS RowNum&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;AutoGenerate vEndDate - vStartDate + 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DateMonth/m-p/1033394#M926024</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-01T10:12:22Z</dc:date>
    </item>
  </channel>
</rss>

