<?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 Starting Q1 on November in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699536#M53572</link>
    <description>&lt;P&gt;Hi I'm trying to start Quarter 1 on November via this formula&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;If(Month(QuarterStart((COB_Date2)))='1',4,Div(Month(QuarterStart((COB_Date2))),3))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it starts Q1 on May instead. How can I get Q1 to start on November while still retaining all Q1-Q4 for the year. I'm loading an inline table by the way. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Full ex.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;If(Month(QuarterStart((COB_Date2)))='1',4,Div(Month(QuarterStart((COB_Date2))),3))&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;COB_Date2, Sales&lt;/P&gt;&lt;P&gt;01/01/2018, 20&lt;/P&gt;&lt;P&gt;02/01/2018, 30&lt;/P&gt;&lt;P&gt;05/01/2018, 68&lt;/P&gt;&lt;P&gt;08/01/2018, 25&lt;/P&gt;&lt;P&gt;10/01/2018, 65&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>wholelottared</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>Starting Q1 on November</title>
      <link>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699536#M53572</link>
      <description>&lt;P&gt;Hi I'm trying to start Quarter 1 on November via this formula&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;If(Month(QuarterStart((COB_Date2)))='1',4,Div(Month(QuarterStart((COB_Date2))),3))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it starts Q1 on May instead. How can I get Q1 to start on November while still retaining all Q1-Q4 for the year. I'm loading an inline table by the way. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Full ex.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;If(Month(QuarterStart((COB_Date2)))='1',4,Div(Month(QuarterStart((COB_Date2))),3))&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;COB_Date2, Sales&lt;/P&gt;&lt;P&gt;01/01/2018, 20&lt;/P&gt;&lt;P&gt;02/01/2018, 30&lt;/P&gt;&lt;P&gt;05/01/2018, 68&lt;/P&gt;&lt;P&gt;08/01/2018, 25&lt;/P&gt;&lt;P&gt;10/01/2018, 65&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699536#M53572</guid>
      <dc:creator>wholelottared</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Starting Q1 on November</title>
      <link>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699551#M53573</link>
      <description>&lt;P&gt;Use this,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; ceil(month(AddMonths(Date(COB_Date2),-8))/3)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="New Bitmap Image.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33066i3DF2A9246EDF7031/image-size/medium?v=v2&amp;amp;px=400" role="button" title="New Bitmap Image.jpg" alt="New Bitmap Image.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 17:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699551#M53573</guid>
      <dc:creator>IamAlbinAntony</dc:creator>
      <dc:date>2020-05-06T17:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Starting Q1 on November</title>
      <link>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699558#M53574</link>
      <description>&lt;P&gt;Excellent. This helped out so much. Thank you!!&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 17:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Starting-Q1-on-November/m-p/1699558#M53574</guid>
      <dc:creator>wholelottared</dc:creator>
      <dc:date>2020-05-06T17:47:23Z</dc:date>
    </item>
  </channel>
</rss>

