<?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 Show last year data of Current month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679188#M51661</link>
    <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In a table I wanted to show last year January Data when the current month is feb. When it is march then I have to show last year (2019) January and February sales amount and when it is April then the table should update for January, February and March 2019 data. Likewise for all other months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a field called&amp;nbsp;[Eff_Date.autoCalendar.Date] which has data like 1/1/2018 till 02/28/2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 19:07:39 GMT</pubDate>
    <dc:creator>Sgiri</dc:creator>
    <dc:date>2020-02-25T19:07:39Z</dc:date>
    <item>
      <title>Show last year data of Current month</title>
      <link>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679188#M51661</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In a table I wanted to show last year January Data when the current month is feb. When it is march then I have to show last year (2019) January and February sales amount and when it is April then the table should update for January, February and March 2019 data. Likewise for all other months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a field called&amp;nbsp;[Eff_Date.autoCalendar.Date] which has data like 1/1/2018 till 02/28/2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 19:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679188#M51661</guid>
      <dc:creator>Sgiri</dc:creator>
      <dc:date>2020-02-25T19:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show last year data of Current month</title>
      <link>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679203#M51663</link>
      <description>&lt;P&gt;share an example of the table you want. it not completely clear.&lt;/P&gt;&lt;P&gt;but on a high level you could use set analysis. assuming only measure you want is last years data use a measure like below&lt;/P&gt;&lt;P&gt;e.g. Sum({&amp;lt;Date={"&amp;gt;= $( YearStart(addyears(today(),-1)) )&amp;lt;=$(MonthEnd(addmonths(today(),-13)) )"}&amp;gt;}Sales)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 20:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679203#M51663</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-02-25T20:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show last year data of Current month</title>
      <link>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679207#M51664</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I want to show my table like the below I got sum(sales) for 2020 as expected but I could not achieve the sales of 2019.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution to solve my issue.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="197"&gt;&lt;P&gt;Date (MM/DD)&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Sales of 2020&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Sales of 2019&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="197"&gt;&lt;P&gt;02/2020&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan 2020 Sales&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan 2019 Sales&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="197"&gt;&lt;P&gt;03/2020&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan, Feb 2020 Sales&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan, Feb 2019 Sales&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="197"&gt;&lt;P&gt;04/2020&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan, Feb, March 2020 Sales&lt;/P&gt;&lt;/TD&gt;&lt;TD width="197"&gt;&lt;P&gt;Jan, Feb, March 2019 Sales&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 26 Feb 2020 14:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-last-year-data-of-Current-month/m-p/1679207#M51664</guid>
      <dc:creator>Sgiri</dc:creator>
      <dc:date>2020-02-26T14:32:13Z</dc:date>
    </item>
  </channel>
</rss>

