<?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 Set analysis expression for current/previous month not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352338#M1174243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took snapshots and attached them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 12:20:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-15T12:20:38Z</dc:date>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352319#M1174201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this expression, but it doesn't show the max YearMonth Sales if nothing is selected, it shows all sales for the year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;YearMonth={$(=Max(YearMonth))},&amp;nbsp; &lt;/P&gt;&lt;P&gt;Year,&amp;nbsp; &lt;/P&gt;&lt;P&gt;Quarter,&amp;nbsp; &lt;/P&gt;&lt;P&gt;YearMonth&amp;gt;}Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise the expression for the Previous YearMonth doesn't work either. It shows the same data as the Max YearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;YearMonth={$(=Max(YearMonth)-1)},&amp;nbsp; &lt;/P&gt;&lt;P&gt;Year,&amp;nbsp; &lt;/P&gt;&lt;P&gt;Quarter,&amp;nbsp; &lt;/P&gt;&lt;P&gt;YearMonth&amp;gt;}Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help! &lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 10:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352319#M1174201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T10:34:40Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352320#M1174205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chrisgoudy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you using Year,Quarter,YearMonth in set analysis? Please attach your sample file it really helps us to solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352320#M1174205</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-05-15T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352321#M1174207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached it above&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm pretty new to Qlikview, so I'm using those fields because it was recommended by another Qlikview user..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 10:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352321#M1174207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T10:54:55Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352322#M1174209</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; First thing your QVW file doesnt have the table MasterCalander eventough its their in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; According to your calculation for MonthYear you can find the previous MonthYear as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Date(addmonths(Max(Date),-1),'MMM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352322#M1174209</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352323#M1174211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I understand what you mean that my QVW doesn't have the table MasterCalendar??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't have it where? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352323#M1174211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:08:29Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352324#M1174213</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you open your attachment, you will see that you dont have the table which gives me the MasterCal Fields like MonthYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can check the data model, you wont find the table there too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Make sure that the document is properly reloaded and then Upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352324#M1174213</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352325#M1174215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Kaushik&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt; =Date(addmonths(Max&lt;STRONG&gt;(Date)&lt;/STRONG&gt;,-1),'MMM-YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;doesn't work, my model doesn't recognize the field DATE in bold above, since I don't have a field called date I think&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352325#M1174215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:13:10Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352326#M1174217</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes you are right cause you dont have field called Date, if you closely look at the script which you have written, you will find that the Date field which I am saying is named in your script as %_DateKey and %_DateKeyCA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352326#M1174217</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:17:16Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352327#M1174219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry about that, i reloaded the model and uploaded again above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you are saying to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=Date(addmonths(Max&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; color: #636363; font-family: Arial;"&gt;(%_DateKey)&lt;/STRONG&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;,-1),'MMM-YYYY')&amp;nbsp;&amp;nbsp; ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;this doesn't return what I want either. Sorry I wasn't clear about what I wanted. I'm looking for the set analysis that will give me the sales for the current and previous months.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352327#M1174219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352328#M1174221</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;&amp;nbsp;&amp;nbsp; Please upload the QVW with newly loaded data and keep only one sheet with chart which shows the current month sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I will tell you how to get the data for previous month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352328#M1174221</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352329#M1174224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;=Date(addmonths(Max&lt;/SPAN&gt;&lt;STRONG style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;(%_DateKey)&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;,-1),'MMM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;returned Aug-2011&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352329#M1174224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:30:41Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352330#M1174226</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;&amp;nbsp;&amp;nbsp; It means your %_DateKey is having max date for&amp;nbsp; Oct-2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; am I right..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352330#M1174226</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352331#M1174228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I'm not sure if I know how to do what you're asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened to a sheet with a chart that shows sales for each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that work okay for you if I upload it like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352331#M1174228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352332#M1174230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok No Problem Also if you can tell me in what format you want the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352332#M1174230</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352333#M1174233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%_DateKey has the max date Sep-2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I uploaded a couple files since I wasn't sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what format I want it in.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can you explain??&lt;/P&gt;&lt;P&gt;all I know is I need the Set Analysis expression for current and previous months sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are there different formats to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352333#M1174233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352334#M1174235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a chart with dimension as Pharmacy Group and expression1 as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;MonthYear = {"$(=MaxString(%_DateKey))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression2 as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;MonthYear = {"$(=Date(Addmonths(Max(%_DateKey),-1),'MMM-YYYY'))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression1 for current Month and Expression 2 for Previous Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more have a look at the application attched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352334#M1174235</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352335#M1174237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Expression 1 &lt;/SPAN&gt;isn't working for me. It returns a value of 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #636363; font-family: Arial; font-size: 12px;"&gt;Expression 2 works if nothing is selected, but once I select a month, it returns a value of 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352335#M1174237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352336#M1174239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see it works in the model you uploaded.&lt;/P&gt;&lt;P&gt;Do the expression you used only work in charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need it in charts, but also other places, like text boxes that allow a user to compare current and previous months sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352336#M1174239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352337#M1174241</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is working in Chart at my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; And it should also work in the textbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you please send me the screen shot of that sheet with the selection where you are getting zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352337#M1174241</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-15T12:11:56Z</dc:date>
    </item>
    <item>
      <title>Set analysis expression for current/previous month not working</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352338#M1174243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took snapshots and attached them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-expression-for-current-previous-month-not-working/m-p/352338#M1174243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T12:20:38Z</dc:date>
    </item>
  </channel>
</rss>

