<?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 YTD and Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214741#M68255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, the user also selects a territory from a list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 20:30:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-14T20:30:22Z</dc:date>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214740#M68254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User selects 2010 in a list box and March in another list box. I need a chart (straight table) that in one column show March's total sales and in the second column shows YTD sales.&lt;/P&gt;&lt;P&gt;Seem to be brain dead today&lt;/P&gt;&lt;P&gt;Help,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 20:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214740#M68254</guid>
      <dc:creator />
      <dc:date>2010-04-14T20:05:01Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214741#M68255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, the user also selects a territory from a list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 20:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214741#M68255</guid>
      <dc:creator />
      <dc:date>2010-04-14T20:30:22Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214742#M68256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are forcing them to select a month, then that is all you would need for March.&lt;/P&gt;&lt;P&gt;For YTD, why don't you just use set analysis and turn off the month selection - keeping all else the same. (assuming your month field is just Month)&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Month=&amp;gt;} yourAmount)&lt;/P&gt;&lt;P&gt;$ = current selections&lt;/P&gt;&lt;P&gt;&amp;lt;Month=&amp;gt; = removes Month selection&lt;/P&gt;&lt;P&gt;ws&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 20:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214742#M68256</guid>
      <dc:creator />
      <dc:date>2010-04-14T20:51:30Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214743#M68257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;March 2010 = sum(Sales)&lt;BR /&gt;March 2010 YTD = sum({&amp;lt;Month={"&amp;lt;=$(=Month)"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 20:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214743#M68257</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-14T20:52:44Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214744#M68258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wshpuntoff worked.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 21:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214744#M68258</guid>
      <dc:creator />
      <dc:date>2010-04-14T21:07:06Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214745#M68259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;wshpuntoff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Can this be done in a Cyclic Group? If yes then please help me out!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Attitude&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 12:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214745#M68259</guid>
      <dc:creator />
      <dc:date>2011-06-27T12:20:17Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214746#M68260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done used as one of the field along with Year/Quarter/Month/Week. If it can be done then please let me know on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 15:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214746#M68260</guid>
      <dc:creator />
      <dc:date>2011-07-21T15:23:29Z</dc:date>
    </item>
    <item>
      <title>YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214747#M68261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function GETCURRENTField and pas your Cyclic group Name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 15:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214747#M68261</guid>
      <dc:creator />
      <dc:date>2011-07-21T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214748#M68262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks asomani! This is something similar to what I was looking for but not very sure whether it give the expected result or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me more detail on how to use this inside the Cyclic Group please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you expecting me to do something like below? For your information as "getcurrentfield" gives the field which is selected in the group I have passed '=''' for the YTD. Hope I am doing the right thing here. If not please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;if(getcurrentfield(MyGroup)='=''',Count({&amp;lt;[Month] =, [Year] = {'$(vMaxYear)'}&amp;gt;} ID),Count(ID))&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 16:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214748#M68262</guid>
      <dc:creator />
      <dc:date>2011-07-21T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214749#M68263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. Now based on this you know what Column you viewing and what expression you should be consider&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 18:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214749#M68263</guid>
      <dc:creator />
      <dc:date>2011-07-21T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214750#M68264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that above code will work as expected. Because when I used the above code it throws the error saying that "Bad field name(s),MyGroup". Also I used above code in only in expression but rest of the expression give the expetected result may be as I used '=''' in the YTD and also it contains only year. So I guess because of this only it is giving the expected result and not because of the above code. Hope my expectation are understandable. If not please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214750#M68264</guid>
      <dc:creator />
      <dc:date>2011-07-22T04:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: YTD and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214751#M68265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Attitude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try out the attach application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 04:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-and-Set-Analysis/m-p/214751#M68265</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-07-24T04:51:51Z</dc:date>
    </item>
  </channel>
</rss>

