<?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 Convert date to period (March Year End) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114430#M17670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a date and I need to convert it to a period&lt;/P&gt;&lt;P&gt;For example the below coverts 31/12/2017 to 201712&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;close_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'YYYYMM') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;However we have a march year end and 31/12/2017 for us is 201709.&amp;nbsp; So I kind of have to deduct 3 months to get from 201712 to 201709.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can anyone suggest how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 12:31:43 GMT</pubDate>
    <dc:creator>paul_ripley</dc:creator>
    <dc:date>2018-11-07T12:31:43Z</dc:date>
    <item>
      <title>Convert date to period (March Year End)</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114430#M17670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a date and I need to convert it to a period&lt;/P&gt;&lt;P&gt;For example the below coverts 31/12/2017 to 201712&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;close_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'YYYYMM') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;However we have a march year end and 31/12/2017 for us is 201709.&amp;nbsp; So I kind of have to deduct 3 months to get from 201712 to 201709.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can anyone suggest how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114430#M17670</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-11-07T12:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to period (March Year End)</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114431#M17671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(MonthStart('12/31/2017', -3), 'YYYYMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114431#M17671</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to period (March Year End)</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114432#M17672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-to-period-March-Year-End/m-p/114432#M17672</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-11-07T13:54:33Z</dc:date>
    </item>
  </channel>
</rss>

