<?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 simple set analysis question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245930#M93723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({1&amp;lt;Year = {$(=MAX(Year))}, Month = {"&amp;lt;=$(=MAX({&amp;lt;Year ={$(=MAX(Year))}&amp;gt;} Month)"}&amp;gt;} Costs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me a nice YTD value, based on the maximum year and month selected (if any selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now my customer list doesn't react anymore .. what do i need to change/add?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2012 21:08:06 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2012-01-02T21:08:06Z</dc:date>
    <item>
      <title>simple set analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245930#M93723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({1&amp;lt;Year = {$(=MAX(Year))}, Month = {"&amp;lt;=$(=MAX({&amp;lt;Year ={$(=MAX(Year))}&amp;gt;} Month)"}&amp;gt;} Costs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me a nice YTD value, based on the maximum year and month selected (if any selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now my customer list doesn't react anymore .. what do i need to change/add?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 21:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245930#M93723</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-01-02T21:08:06Z</dc:date>
    </item>
    <item>
      <title>simple set analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245931#M93724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try either using a set identifier $ instead of 1 if you want to use the current selection set as base:&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: #eef4f9;"&gt;SUM({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Year = {$(=MAX(Year))}, Month = {"&amp;lt;=$(=MAX({&amp;lt;Year ={$(=MAX(Year))}&amp;gt;} Month)"}&amp;gt;} Costs)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &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: #eef4f9;"&gt;SUM({1&lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&amp;lt;Year = {$(=MAX(Year))}, Month = {"&amp;lt;=$(=MAX({&amp;lt;Year ={$(=MAX(Year))}&amp;gt;} Month)"}, Customer = p() &amp;gt;} Costs)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to regard the current possible Customer values in your set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&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: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 21:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245931#M93724</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-02T21:18:07Z</dc:date>
    </item>
    <item>
      <title>simple set analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245932#M93725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm .. $ is ok .. BUT Month is this format : 1,2,3,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the user selects a different dimension : MonthName : jan, feb, mrt etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works when i make a selection based on Month (1,2,3) .. but not on MonthName. But i cann't calculate with Monthname?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 21:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245932#M93725</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-01-02T21:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: simple set analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245933#M93726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nevermind .. it's translated in the set analysis .. jan becomes 01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks swuehl ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where are you from btw? Remember me to buy to a drink if i ever meet you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 21:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-set-analysis-question/m-p/245933#M93726</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2012-01-02T21:30:58Z</dc:date>
    </item>
  </channel>
</rss>

