<?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: Display Last Three Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897607#M312292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this:&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;&lt;BR /&gt;&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;&lt;STRONG&gt;LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 14:29:37 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-05-07T14:29:37Z</dc:date>
    <item>
      <title>Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897606#M312291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current equation below works to display max load date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD_DATE = {"$(=Date(Max(LOAD_DATE), 'YYYY/M'))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like the chart to display last 3 months. I tried below but this did not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD_DATE = {"$(=Date(Max(LOAD_DATE) - 2, 'YYYY/M'))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897606#M312291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T14:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897607#M312292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this:&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;&lt;BR /&gt;&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;&lt;STRONG&gt;LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897607#M312292</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897608#M312293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunindia&amp;nbsp; - This helps, but I need the previous months to stay displayed even when the user picks a specific month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have month options at the top of the application: Jan, Feb, Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user clicks Mar, I want them to be able to see Mar, and the two previous months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897608#M312293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897609#M312294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the name of the dimension you are using for Month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897609#M312294</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897610#M312295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BL_Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897610#M312295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897611#M312296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Try this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{&amp;lt;LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}, &lt;SPAN style="color: #ff0000;"&gt;BL_Month =&lt;/SPAN&gt; &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897611#M312296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T14:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897612#M312297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did not seem to work. No data was displayed. Whole expression is below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1={'Value1'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field2= {'Value2'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897612#M312297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897613#M312298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897613#M312298</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897614#M312299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I cannot. But thank you for your help this far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897614#M312299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T15:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897615#M312300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when you use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count({&amp;lt;Field1={'Value1'}, Field2= {'Value2'}, LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}, BL_Month = &amp;gt;} Line_ID)&lt;/STRONG&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;you see no results?&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;but this works?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;Field1={'Value1'}, Field2= {'Value2'}, LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}&amp;gt;} Line_ID)&lt;/STRONG&gt;&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Is this what is happening?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897615#M312300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897616#M312301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. With the BL_Month=&amp;gt; part of the expression I am seeing no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I may have found a solution. I add a '1' after the count syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Count({1&amp;lt;Field1={'Value1'}, Field2= {'Value2'}, LOAD_DATE = {"&amp;gt;=$(=Date(AddMonths(Max(LOAD_DATE), - 2), 'YYYY/M'))"}&amp;gt;} Line_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897616#M312301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897617#M312302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add 1 then your expression won't change on any selection. If that is acceptable then 1 will work out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897617#M312302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T15:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897618#M312303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats fine. I believe the chart will still show the previous 3 months regardless of selection which is the desired effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897618#M312303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T15:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Three Months</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897619#M312304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup no problem. I am glad it worked out. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Last-Three-Months/m-p/897619#M312304</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-07T15:19:36Z</dc:date>
    </item>
  </channel>
</rss>

