<?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 Getting difference between current month and previous month in straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1553167#M41237</link>
    <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I need the difference between the count of EP for march 2018 and feb 2018. The month field is already coming from my database. how can i write an expression in the straight table to achieve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:17:48 GMT</pubDate>
    <dc:creator>kailashkotak91</dc:creator>
    <dc:date>2024-11-16T21:17:48Z</dc:date>
    <item>
      <title>Getting difference between current month and previous month in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1553167#M41237</link>
      <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I need the difference between the count of EP for march 2018 and feb 2018. The month field is already coming from my database. how can i write an expression in the straight table to achieve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1553167#M41237</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2024-11-16T21:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting difference between current month and previous month in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1553190#M41238</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;it depends how you get the data. Do you get some additional data fields from which Month is being generated? Or you just have plain text months provided in one column?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 20:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1553190#M41238</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2019-03-06T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting difference between current month and previous month in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1554099#M41239</link>
      <description>&lt;P&gt;In your data,&amp;nbsp; you have direct months only&amp;nbsp; in DB&amp;nbsp;&lt;STRONG&gt;OR&lt;/STRONG&gt; you are generating month from date field.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; If you have direct month data and &lt;STRONG&gt;if sequence is proper&lt;/STRONG&gt;, then use this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;=If(RowNo() = 1, 0,[EP Scanned]&lt;SPAN&gt;&amp;nbsp; - Above([EP Scanned]]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. If you have date field in data then extract that field and use this:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=sum(if(dates&amp;gt;=MonthStart(today()) and dates &amp;lt;=MonthEnd(today()),[EP Scanned]&amp;nbsp; ))&lt;BR /&gt;-&lt;BR /&gt;sum(if(dates&amp;gt;=MonthStart(Addmonths(today(),-1)) and dates &amp;lt;=MonthEnd(Addmonths(today(),-1)),[EP Scanned]&amp;nbsp; ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shubham&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 10:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-difference-between-current-month-and-previous-month-in/m-p/1554099#M41239</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-03-08T10:37:05Z</dc:date>
    </item>
  </channel>
</rss>

