<?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: last 13 months up to user selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429988#M430229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;Thank you for your help. Can you please just break down statement in portion and explain what portion is doing what? So me and others new comers can learn from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&amp;nbsp; &lt;EM style="color: #808000;"&gt;is doing count of MEASURE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;{&amp;lt;YEAR, MONTH,&amp;nbsp; &lt;EM style="color: #ff0000;"&gt;????&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Period={"&amp;gt;=$(=Date(MonthStart(Max(Period),-13))) &lt;EM&gt;&lt;SPAN style="color: #808000;"&gt;????? -13 is period 05-2016, so its period is greater then 05-2016.&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;what is &lt;STRONG&gt;$(=Date(MonthStart(Max&lt;/STRONG&gt; doing here?&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=$(=Date(Max(Period)))"}&amp;gt;} &lt;EM style="color: #808000;"&gt;???? period selection is 05-2017, so it is less then equal to 05-2017 or what ever is selected&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Measure)&amp;nbsp; &lt;EM style="color: #808000;"&gt;is measure&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 13:14:04 GMT</pubDate>
    <dc:creator>rmuhammad</dc:creator>
    <dc:date>2017-10-11T13:14:04Z</dc:date>
    <item>
      <title>last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429983#M430224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be set analysis statement for selecting last 13 month from the select Year and month. Please see attached image what I want to do.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="analysis.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179180_analysis.png" style="height: 427px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429983#M430224</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2017-10-10T20:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429984#M430225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; &lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/rmuhammad"&gt;rmuhammad&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;try this expression dis will work&amp;nbsp; acoording to ur feilds .&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;OrderDate={"&amp;gt;=$(=(MonthStart(Max(OrderDate),-12)))&amp;lt;=$(=MonthEnd(Max(OrderDate),-12)"},Year=,Month=&amp;gt;} [Opportunity Amount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 04:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429984#M430225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T04:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429985#M430226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;YEAR, MONTH, Period={"&amp;gt;=$(=Date(MonthStart(Max(Period),-13)))&amp;nbsp; &amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;$(=Date(Max(Period)))&lt;/SPAN&gt;"}&amp;gt;} Measure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit: removed redundant addmonths()&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 05:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429985#M430226</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-11T05:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429986#M430227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we can't use Addmonths here??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this &lt;STRONG&gt;MonthStart(AddMonths(max([Date]),-13))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 05:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429986#M430227</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-11T05:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429987#M430228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can. But when you get the same output with a less function, why overkill?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&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;"&gt;MonthStart(AddMonths(max([Date]),-13))&lt;/STRONG&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;"&gt;and&lt;/STRONG&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;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MonthStart(max([Date]),-13)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return the same output.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 05:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429987#M430228</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-11T05:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: last 13 months up to user selection</title>
      <link>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429988#M430229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;Thank you for your help. Can you please just break down statement in portion and explain what portion is doing what? So me and others new comers can learn from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&amp;nbsp; &lt;EM style="color: #808000;"&gt;is doing count of MEASURE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;{&amp;lt;YEAR, MONTH,&amp;nbsp; &lt;EM style="color: #ff0000;"&gt;????&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Period={"&amp;gt;=$(=Date(MonthStart(Max(Period),-13))) &lt;EM&gt;&lt;SPAN style="color: #808000;"&gt;????? -13 is period 05-2016, so its period is greater then 05-2016.&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;what is &lt;STRONG&gt;$(=Date(MonthStart(Max&lt;/STRONG&gt; doing here?&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=$(=Date(Max(Period)))"}&amp;gt;} &lt;EM style="color: #808000;"&gt;???? period selection is 05-2017, so it is less then equal to 05-2017 or what ever is selected&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Measure)&amp;nbsp; &lt;EM style="color: #808000;"&gt;is measure&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-13-months-up-to-user-selection/m-p/1429988#M430229</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2017-10-11T13:14:04Z</dc:date>
    </item>
  </channel>
</rss>

