<?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: Force Set Analysis disregarding selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410530#M569868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're correct, the trouble is with the Value. I removed it and moved it to the sum expression and now it works perfect. Thank you&amp;nbsp; very much for pointing that out! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Sep 2012 02:07:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-15T02:07:50Z</dc:date>
    <item>
      <title>Force Set Analysis disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410528#M569866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm having trouble using set analysis disregarding the selection the user makes.&lt;/P&gt;&lt;P&gt;On a clear state my table shows like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="64"&gt;GROUP1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: none;" width="64"&gt;324&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;GROUP2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;347&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;GROUP3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;GROUP4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;GROUP 5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the user selects one of the groups, my table shows like this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="310"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="115"&gt;GROUP1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;ITEM 1&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="97"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GROUP2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;347&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GROUP3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GROUP4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GROUP 5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ITEM 1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the chart to keep the values as the selection should only affect other charts, not this one.&lt;/P&gt;&lt;P&gt;I'm using the next expression on my chart:&lt;/P&gt;&lt;P&gt;(sum({1&amp;lt;Date={$(vPeriod)},Flag_BAE={1}&amp;gt;}Weight* Flag_YearToDate)/Value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried other variations:&lt;/P&gt;&lt;P&gt;(sum({1&amp;lt;Date={$(vPeriod)},Flag_BAE={1},ID_Group=,Group=&amp;gt;}Weight* Flag_YearToDate)/Value) &lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Date={$(vPeriod)},Flag_BAE={1},ID_Group=,Group=&amp;gt;}Weight* Flag_YearToDate)/Value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i can't make it work, any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 22:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410528#M569866</guid>
      <dc:creator />
      <dc:date>2012-09-14T22:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Force Set Analysis disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410529#M569867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a small sample app? Maybe you need to use something like &lt;/P&gt;&lt;P&gt;&lt;EM&gt;.../ &lt;STRONG&gt;only({1} Value)&lt;/STRONG&gt; )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 22:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410529#M569867</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-14T22:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Force Set Analysis disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410530#M569868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're correct, the trouble is with the Value. I removed it and moved it to the sum expression and now it works perfect. Thank you&amp;nbsp; very much for pointing that out! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 02:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-Set-Analysis-disregarding-selection/m-p/410530#M569868</guid>
      <dc:creator />
      <dc:date>2012-09-15T02:07:50Z</dc:date>
    </item>
  </channel>
</rss>

