<?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: how to show last month data with current month selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412399#M153513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;month={"&amp;gt;=$(Max(Month)-1) &amp;lt;=$(Max(Month))"}&amp;gt;}value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 10:25:49 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-03-06T10:25:49Z</dc:date>
    <item>
      <title>how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412398#M153512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to show last month data with current month selection ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412398#M153512</guid>
      <dc:creator />
      <dc:date>2013-03-06T10:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412399#M153513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;month={"&amp;gt;=$(Max(Month)-1) &amp;lt;=$(Max(Month))"}&amp;gt;}value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412399#M153513</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-03-06T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412400#M153514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;{&amp;lt;Date={'$(=Max(Date))'}&amp;gt;}&lt;/P&gt;&lt;P&gt;[where Date is Calendar Date of the selected month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you may use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;TDate={'$(=Max(TDate))'}&amp;gt;}&lt;/P&gt;&lt;P&gt;[where TDate is Transaction date of the selected month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412400#M153514</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-06T10:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412401#M153515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a date field in your table then use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthField=, DateField={'&amp;gt;=$(=MonthStart(Max(DateField), -1))&amp;lt;=$(=MonthEnd(Max(DateField), -1))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412401#M153515</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-03-06T11:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412402#M153516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the addmonths function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddMonths(START_DATE,-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this in ur expr tab&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 11:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412402#M153516</guid>
      <dc:creator />
      <dc:date>2013-03-06T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to show last month data with current month selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412403#M153517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vighnesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try this Expression-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Year={$(=max(Year))},Month={$(=month(addmonths((max(Date)),-1)))}&amp;gt;}Sales)&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 12:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-last-month-data-with-current-month-selection/m-p/412403#M153517</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2013-03-06T12:02:02Z</dc:date>
    </item>
  </channel>
</rss>

