<?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: QlikSense - current month data vs previous month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916499#M12649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 14:59:43 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2015-08-10T14:59:43Z</dc:date>
    <item>
      <title>QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916494#M12644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to create a sheet to display difference between previous month and current month data amounts.&lt;/P&gt;&lt;P&gt;So far I have tried to get amount difference for current month but no luck. Ideally I should get amount difference for every month.&lt;/P&gt;&lt;P&gt;My script is as follows (see attached project also):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1&amp;lt;Date = {"&amp;gt;=$(=monthstart(Today()))&amp;lt;=$(=monthend(Today()))"}&amp;gt;}Amount) - sum({1&amp;lt;Date = {"&amp;gt;=$(=monthstart(AddMonths(Today(), -1)))&amp;lt;=$(=monthend(AddMonths(Today(), -1)))"}&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives me incorrect results. Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 20:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916494#M12644</guid>
      <dc:creator />
      <dc:date>2015-08-09T20:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916495#M12645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check the new calculation sheet in the attached app? I created three text boxes, try to close the whole expression with brackets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95461_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95468_Capture2.PNG" style="height: 102px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 23:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916495#M12645</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-09T23:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916496#M12646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sinan,&lt;/P&gt;&lt;P&gt;Yes it works, thank you very much!&lt;/P&gt;&lt;P&gt;Also how do I get amount difference not only for current month, but for every (e.g. selected) month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 11:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916496#M12646</guid>
      <dc:creator />
      <dc:date>2015-08-10T11:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916497#M12647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below screenshots and attached qvf file:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95544_Capture2.PNG" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;As you can see from the above, based on user's selection "Current Month and Previous Month" numbers change.&lt;/P&gt;&lt;P&gt;Here is the expression for "Current - Previous":&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95545_Capture.PNG" style="height: 130px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached qvf, please see the sheet name "New Calculation".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if this answers your question, can you please mark this answer as the correct answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916497#M12647</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-10T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916498#M12648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sinan! That's all I need!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916498#M12648</guid>
      <dc:creator />
      <dc:date>2015-08-10T14:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916499#M12649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/916499#M12649</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-10T14:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - current month data vs previous month</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/1721774#M54914</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I am also stuck here. It will give the correct month but not give any values, it gives 0 value. Please find the screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nituverma097_0-1593008609693.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36183i86591A40E3733D64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nituverma097_0-1593008609693.png" alt="nituverma097_0-1593008609693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-current-month-data-vs-previous-month/m-p/1721774#M54914</guid>
      <dc:creator>nituverma097</dc:creator>
      <dc:date>2020-06-24T14:23:52Z</dc:date>
    </item>
  </channel>
</rss>

