<?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: YTD Column not affected by current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226244#M391358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unclear what you mean, but maybe you want this - the intersection of the MonthID selections and your set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sum({&amp;lt;[MonthID]&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;={"&amp;lt;=$(=max(MonthID))"}&amp;gt;} [Actual])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 22:48:21 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2017-01-10T22:48:21Z</dc:date>
    <item>
      <title>YTD Column not affected by current selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226242#M391356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that shows cost per month by account. The MTD column shown below is behaving correctly, i.e., it responds to the selections. However, the YTD column is calculating properly, but will show for omitted selections. YTD expression is below. Any help would be most appreciated. Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;[MonthID] = {"&amp;lt;=$(=max(MonthID))"}&amp;gt;}&amp;nbsp; [Actual])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="YTD.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149030_YTD.PNG" style="height: 395px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 21:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226242#M391356</guid>
      <dc:creator>nrwlafhus</dc:creator>
      <dc:date>2017-01-10T21:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Column not affected by current selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226243#M391357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;[MonthID] = {"&amp;lt;=$(=max(MonthID))"}&amp;gt;}&amp;nbsp; [Actual]) * Avg(1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(Sum(Actual) &amp;gt; 0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;[MonthID] = {"&amp;lt;=$(=max(MonthID))"}&amp;gt;}&amp;nbsp; [Actual])&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 22:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226243#M391357</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T22:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Column not affected by current selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226244#M391358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unclear what you mean, but maybe you want this - the intersection of the MonthID selections and your set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sum({&amp;lt;[MonthID]&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;={"&amp;lt;=$(=max(MonthID))"}&amp;gt;} [Actual])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 22:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Column-not-affected-by-current-selection/m-p/1226244#M391358</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-10T22:48:21Z</dc:date>
    </item>
  </channel>
</rss>

