<?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: Showing previous month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440172#M562090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this working exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 10:14:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-14T10:14:03Z</dc:date>
    <item>
      <title>Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440159#M562077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple question but can't seem to figure it out.&lt;/P&gt;&lt;P&gt;I am trying to create a table with the first colum the month selected and the next colum should show the previous month (so if i selected march I want to see february in the next colum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for some reason I can't get it to work, I tried everything from month-1 to all kinds of date fields.&lt;/P&gt;&lt;P&gt;Hope someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440159#M562077</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-03-14T09:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440160#M562078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample data ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440160#M562078</guid>
      <dc:creator />
      <dc:date>2013-03-14T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440161#M562079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;present month;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;date={'$(max(date))'}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previous month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;date={'$(=addmonths(date,-1))'}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440161#M562079</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-03-14T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440162#M562080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your option but still only showing 0.&lt;/P&gt;&lt;P&gt;I attached the file, it is the second tab, I am using the textboxes to test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440162#M562080</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-03-14T09:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440163#M562081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Member,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Two Variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Var1:----------max(month(date))&amp;nbsp;&amp;nbsp; --------------------- currmonth&lt;/P&gt;&lt;P&gt;var2 '''''''''''''''''''''''addmonths(max(month(date,-1)) -------------- prev month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440163#M562081</guid>
      <dc:creator />
      <dc:date>2013-03-14T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440164#M562082</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;Previous Month:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;CalYear={$(=max(CalYear))},CalMonth={$(=month(addmonths((max(Date)),-1)))}&amp;gt;}Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;CalYear={$(=max(CalYear))},CalMonth={$(=Month(Max(Date)))}&amp;gt;} Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440164#M562082</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-14T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440165#M562083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression in your test box where you are testing your previous one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#(AddMonths(Month,-1),'MM-DD-YYYY'),'MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440165#M562083</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-03-14T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440166#M562084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatever I try I converts the previous month into a number and then I doesn't work I the table.&lt;/P&gt;&lt;P&gt;Whatever I try the table stays empty for the previous month, see the file I attached for the details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440166#M562084</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-03-14T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440167#M562085</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;I guess the problem with your month field only, Because of that only it doent give any output otherwise expression is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440167#M562085</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-14T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440168#M562086</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; Please Find the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.J.Nirmal Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440168#M562086</guid>
      <dc:creator />
      <dc:date>2013-03-14T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440169#M562087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please Find the Attached Application. It is showing previous and maxmonth values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.J.Nirmal Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440169#M562087</guid>
      <dc:creator />
      <dc:date>2013-03-14T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440170#M562088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now you see the no. in table also. Please find the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440170#M562088</guid>
      <dc:creator />
      <dc:date>2013-03-14T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440171#M562089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help! Works great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440171#M562089</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-03-14T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440172#M562090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this working exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440172#M562090</guid>
      <dc:creator />
      <dc:date>2013-03-14T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440173#M562091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I can see yes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-previous-month/m-p/440173#M562091</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-03-14T10:14:50Z</dc:date>
    </item>
  </channel>
</rss>

