<?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 Help on Dynamic Set Analysis on Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164729#M37323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me whats the problem first. I don't have any samples for this. It's better if you let me know the outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 10:09:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-02T10:09:16Z</dc:date>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164726#M37320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I really need your help regarding set analysis. I want to have a dynamic Chart that shows Current Month, Previous Month and Last year Sales. For example, I choose Year =2010 and Month=March. The chart must show: Current Month=March, Previous Month=February and Last year = March (2009).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me on my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 08:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164726#M37320</guid>
      <dc:creator />
      <dc:date>2010-03-02T08:38:23Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164727#M37321</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;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={$(=Max(Year))},Month={$(=Max(Month))}&amp;gt;} SalValue) //Current month value&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={$(=Max(Year))},Month={$(=Max(Month)-1)}&amp;gt;} SalValue) //Previous month value&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={$(=Max(Year-1))},Month={$(=Max(Month))}&amp;gt;} SalValue) //Previous year current month value&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 08:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164727#M37321</guid>
      <dc:creator />
      <dc:date>2010-03-02T08:53:47Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164728#M37322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dsjain,&lt;/P&gt;&lt;P&gt;Thanks for immediate reply. I don't know what is the problem, but it seems that the code is not working for me. Can you upload a sample .qvw that uses this code? I think you already used this code before and worked for you..&lt;/P&gt;&lt;P&gt;Please.. please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 09:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164728#M37322</guid>
      <dc:creator />
      <dc:date>2010-03-02T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164729#M37323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me whats the problem first. I don't have any samples for this. It's better if you let me know the outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164729#M37323</guid>
      <dc:creator />
      <dc:date>2010-03-02T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164730#M37324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result is 0 (zero). It seems the set analysis code is correct, but I don't know the problem why it doesn't work for me. That's the reason why I ask if you have a sample .qvw that uses this code. Anyways, have you tried to use this set analysis code in any of your .qvw? Did it worked?&lt;/P&gt;&lt;P&gt;I really appreciate your help bro..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164730#M37324</guid>
      <dc:creator />
      <dc:date>2010-03-02T10:20:38Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164731#M37325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No i never used this before and it is not there in any of my document. I just tried in my document which i am working on and it gives accurate result. Send me the expression which you are using and also i want the sales field name.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164731#M37325</guid>
      <dc:creator />
      <dc:date>2010-03-02T10:34:29Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164732#M37326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul! That's what I'm looking for.. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;. Thanks to you too dsjain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164732#M37326</guid>
      <dc:creator />
      <dc:date>2010-03-02T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Help on Dynamic Set Analysis on Months</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164733#M37327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me the set analysis which was working. I just wanted to check why this was not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Dynamic-Set-Analysis-on-Months/m-p/164733#M37327</guid>
      <dc:creator />
      <dc:date>2010-03-02T10:53:23Z</dc:date>
    </item>
  </channel>
</rss>

