<?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 Get Sales vs Last Month Sales for each month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403644#M32714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following information in my table&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Region (with 3 regions A, B &amp;amp; C)&lt;/LI&gt;&lt;LI&gt;Month (ex. 31/07/17 formatted as Jul-17)&lt;/LI&gt;&lt;LI&gt;Sales $&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report, I have a filter that lets me choose my month and now,&lt;SPAN style="font-size: 10pt;"&gt;I would like to show 6 KPI's which are the sales for each region, both for the chosen month as for the "chosen month -1".&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;I managed to set the 3 KPI's for the sales per region, per month but I cannot find a solution for the previous month.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales for Region A for chosen month : Avg({$&amp;lt;[Region]={"A"}&amp;gt;}[Sales])&lt;/LI&gt;&lt;LI&gt;Sales for Region A for chosen month -1 : ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I could do this?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help &amp;amp; time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Sep 2017 15:15:20 GMT</pubDate>
    <dc:creator>aurelie_potvin</dc:creator>
    <dc:date>2017-09-24T15:15:20Z</dc:date>
    <item>
      <title>Get Sales vs Last Month Sales for each month</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403644#M32714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following information in my table&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Region (with 3 regions A, B &amp;amp; C)&lt;/LI&gt;&lt;LI&gt;Month (ex. 31/07/17 formatted as Jul-17)&lt;/LI&gt;&lt;LI&gt;Sales $&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report, I have a filter that lets me choose my month and now,&lt;SPAN style="font-size: 10pt;"&gt;I would like to show 6 KPI's which are the sales for each region, both for the chosen month as for the "chosen month -1".&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;I managed to set the 3 KPI's for the sales per region, per month but I cannot find a solution for the previous month.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales for Region A for chosen month : Avg({$&amp;lt;[Region]={"A"}&amp;gt;}[Sales])&lt;/LI&gt;&lt;LI&gt;Sales for Region A for chosen month -1 : ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I could do this?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help &amp;amp; time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 15:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403644#M32714</guid>
      <dc:creator>aurelie_potvin</dc:creator>
      <dc:date>2017-09-24T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Sales vs Last Month Sales for each month</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403645#M32715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Maybe ,&lt;/P&gt;&lt;P&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;Avg({$&amp;lt;[Region]={"A"}, month = {"=num(month-1)"} &amp;gt;}[Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 03:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403645#M32715</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-09-26T03:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get Sales vs Last Month Sales for each month</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403646#M32716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps&lt;/P&gt;&lt;P&gt;=Avg({$&amp;lt;[Region] = {"A"}, Month = {"$(=Date(AddMonths(Month, -1), 'MMM-yy'))"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 05:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403646#M32716</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-09-26T05:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get Sales vs Last Month Sales for each month</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403647#M32717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan &amp;amp; Vishnu!&amp;nbsp; &lt;/P&gt;&lt;P&gt;It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Sales-vs-Last-Month-Sales-for-each-month/m-p/1403647#M32717</guid>
      <dc:creator>aurelie_potvin</dc:creator>
      <dc:date>2017-09-26T19:06:12Z</dc:date>
    </item>
  </channel>
</rss>

