<?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: Date Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249137#M395609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide some sample data to look over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 20:15:36 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2016-11-14T20:15:36Z</dc:date>
    <item>
      <title>Date Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249136#M395608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings evening,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please I need assistance in creating the day function on this date script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;ceil(month(date#([Month],'MMM'))/3) as [Quarter],&lt;/P&gt;&lt;P&gt; Date(Date#(Month&amp;amp;'-'&amp;amp;Year, 'MMM-YYYY'), 'MMM-YYYY') as Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;.....................................................&lt;/P&gt;&lt;P&gt;[Fiscal year/period - Fiscal year/period Level 01 (Key)],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal year/period - Fiscal year/period Level 01 (Text)],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; right([Fiscal year/period - Fiscal year/period Level 01 (Text)],4) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Index('SP1,SP2,SP3,SP4,Per,', left([Fiscal year/period - Fiscal year/period Level 01 (Text)],3)),'DEC', left([Fiscal year/period - Fiscal year/period Level 01 (Text)],3))) As [Month];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above script, I can only generate year, quarter, month, date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the day function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for viewing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 19:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249136#M395608</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2016-11-14T19:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249137#M395609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide some sample data to look over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 20:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249137#M395609</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-14T20:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249138#M395610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The day of the month? Maybe this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;day(date#(Month&amp;amp;Year,'MMMYYYY')) as [Day of Month]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 00:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249138#M395610</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-15T00:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249139#M395611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Q'&amp;amp;ceil(month(date#([Month],'MMM'))/3) as [Quarter],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Date#(Month&amp;amp;'-'&amp;amp;Year, 'MMM-YYYY'), 'MMM-YYYY') as Date;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.....................................................&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Fiscal year/period - Fiscal year/period Level 01 (Key)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal year/period - Fiscal year/period Level 01 (Text)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; right([Fiscal year/period - Fiscal year/period Level 01 (Text)],4) as Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Index('SP1,SP2,SP3,SP4,Per,', left([Fiscal year/period - Fiscal year/period Level 01 (Text)],3)),'DEC', left([Fiscal year/period - Fiscal year/period Level 01 (Text)],3))) As [Month];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this helps&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 19:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Scripting/m-p/1249139#M395611</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-03-01T19:25:21Z</dc:date>
    </item>
  </channel>
</rss>

