<?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: Re: Previous' Month Value Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580410#M1099935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({ &amp;lt;ANO_MES={' $(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;=(Date(addmonths(Max(ANO_MES), -1),'MMM/YY'))&lt;/EM&gt;&lt;/SPAN&gt;) '}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 17:09:30 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-15T17:09:30Z</dc:date>
    <item>
      <title>Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580406#M1099931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a result from the previous month. No sucess so far. Here's the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;count({$&amp;lt;ANO_MES={$(v_mes_anterior)}&amp;gt;}ID)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ANO_MES is the month's name: Jan/14,Feb/14...&lt;/LI&gt;&lt;LI&gt;v_mes_anterior is the variable that reveals the previouos month: =(Date(addmonths(Max(ANO_MES), -1),'MMM/YY'))&lt;/LI&gt;&lt;LI&gt;ID: dimension that I'm using&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the first expression above all can I get it's a null value. Can someone help me to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580406#M1099931</guid>
      <dc:creator />
      <dc:date>2014-04-15T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580407#M1099932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;ANO_MES={"$(=v_mes_anterior)"}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;count({$&amp;lt;ANO_MES={'$(=v_mes_anterior)'}&amp;gt;}ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580407#M1099932</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-15T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580408#M1099933</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;=Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ANO_MES&lt;/SPAN&gt;={"$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;v_mes_anterior &lt;/SPAN&gt;)"}&amp;gt;} ID) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580408#M1099933</guid>
      <dc:creator />
      <dc:date>2014-04-15T16:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580409#M1099934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try with (add &lt;STRONG style="font-size: 14pt;"&gt;' &lt;/STRONG&gt;&lt;STRONG style="font-size: 14pt;"&gt;' &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;to your expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;ANO_MES={&lt;STRONG style="font-size: 14pt;"&gt;'&lt;/STRONG&gt;$(v_mes_anterior)&lt;STRONG style="font-size: 14pt;"&gt;'&lt;/STRONG&gt;}&amp;gt;}ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580409#M1099934</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-15T16:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580410#M1099935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({ &amp;lt;ANO_MES={' $(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;=(Date(addmonths(Max(ANO_MES), -1),'MMM/YY'))&lt;/EM&gt;&lt;/SPAN&gt;) '}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 17:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580410#M1099935</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-15T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Previous' Month Value Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580411#M1099936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Yes! It worked. Thanks a lot, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Manish, Massimo and Padmaja&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 17:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Value-Issue/m-p/580411#M1099936</guid>
      <dc:creator />
      <dc:date>2014-04-15T17:33:53Z</dc:date>
    </item>
  </channel>
</rss>

