<?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: Max date to 3 Quarters data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121401#M18564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt understand your need properly. if you want the values between 2 dates&lt;/P&gt;&lt;P&gt;use below setanalysis and define your variables appropriately&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;Sum( {&amp;lt;OrderDate={"&amp;gt;=$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLast3Quarter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYourMaxDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;"}&amp;gt;} OrderRecordCounter)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2018 15:44:12 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-10-19T15:44:12Z</dc:date>
    <item>
      <title>Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121398#M18561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i want to display data on bar chart 3 quarters data to max current date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i have tried im not able to resolve the issue .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help me, i have attached the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121398#M18561</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-19T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121399#M18562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use something like below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vLast3Quarter= Addmonths(Monthstart(Max(OrderDate)),-9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;OrderDate={"&amp;gt;=$(=&lt;SPAN style="font-size: 13.3333px;"&gt;vLast3Quarter&lt;/SPAN&gt;)"}&amp;gt;} OrderRecordCounter)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121399#M18562</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121400#M18563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I want to display data on Chart Max Current date to Current Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121400#M18563</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-19T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121401#M18564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt understand your need properly. if you want the values between 2 dates&lt;/P&gt;&lt;P&gt;use below setanalysis and define your variables appropriately&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;Sum( {&amp;lt;OrderDate={"&amp;gt;=$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLast3Quarter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYourMaxDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;"}&amp;gt;} OrderRecordCounter)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121401#M18564</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121402#M18565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till Q3'2018 i have data but i can see 4 Quarters on chart, please help me to get max Quarter month to 3Quarters information. please find the qvw for your information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="216350" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216350_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 16:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121402#M18565</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-19T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121403#M18566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain what you mean by&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; max Quarter month?&lt;/SPAN&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;give me the date ranges&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121403#M18566</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T17:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121404#M18567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checked your qvw. you have not defined the variable vYourMaxDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121404#M18567</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121405#M18568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i have created the vYourMaxDate variable still im getting same data.&lt;/P&gt;&lt;P&gt;My Logic is -- from max current date to current QuarterStart i want to display the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121405#M18568</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-19T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Max date to 3 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121406#M18569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does work. just change the &amp;lt;= to &amp;lt; in the set analysis i shared &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum( {&amp;lt;OrderDate={"&amp;gt;=$(=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLast3Quarter&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;vYourMaxDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;"}&amp;gt;} OrderRecordCounter).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;variable is MonthStart(Max(Date))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-date-to-3-Quarters-data/m-p/121406#M18569</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T17:33:25Z</dc:date>
    </item>
  </channel>
</rss>

