<?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: Set Analysis - Included and Excluded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030590#M466497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this won't work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sum({$&amp;lt;Region={'Global'},Region=&amp;gt;}Sales)&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: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Only use one field modifier per field within a single set modifier (i.e. within &amp;lt;....&amp;gt;)&lt;/P&gt;&lt;P&gt;The second field modifier will invalidate / override the first definition.&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: 12px; background-color: #f2f2f2;"&gt;Sum({$&amp;lt;Region={'Global'} &amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should set the aggregation set scope for Region fix to 'Global'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2016 13:32:39 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-02-02T13:32:39Z</dc:date>
    <item>
      <title>Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030584#M466491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps a quick one - I have a Region table i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Region]&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;Fra&lt;/P&gt;&lt;P&gt;Aus&lt;/P&gt;&lt;P&gt;Global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sum where Region filter is equal to 'Global' - the expression must not ignore any other selections, BUT, must ignore any selection made on&amp;nbsp; Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following so far - however, this does not populate when selection on region filter is made (i.e. selection &amp;lt;&amp;gt; 'Global')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum($&amp;lt;Region={'Global'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030584#M466491</guid>
      <dc:creator />
      <dc:date>2016-02-02T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030585#M466492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your description is little confusing do you want the expression to filter based on selection in Region or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030585#M466492</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T11:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030586#M466493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;Region = {'Global'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;This should work... even if you do selection like Aus, this will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030586#M466493</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-02T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030587#M466494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will get issues when you are selecting values in a field related to Region in a hierarchical way,like City, or State.&lt;/P&gt;&lt;P&gt;This may render the set incompatible, hence you need to clear selections in all these fields, if the user may make selections in these:&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;Sum($&amp;lt;Region={'Global'}, State= , City=&amp;nbsp; &amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030587#M466494</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-02T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030588#M466495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for the replies:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish - Apologies - your solution is the one that i am currently already using - this does not exlclude selections made on Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swuehl - appreciate the advice - i can confirm there are no other 'Rgion' related fields i.e. city / state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping i would be able to re-use the region parameter i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Region={'Global'},Region=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however - this does not work - Any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030588#M466495</guid>
      <dc:creator />
      <dc:date>2016-02-02T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030589#M466496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better if you provide sample file or sample application... Further suggestion is something like an arrow in dark !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030589#M466496</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-02T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Included and Excluded</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030590#M466497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this won't work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sum({$&amp;lt;Region={'Global'},Region=&amp;gt;}Sales)&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: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Only use one field modifier per field within a single set modifier (i.e. within &amp;lt;....&amp;gt;)&lt;/P&gt;&lt;P&gt;The second field modifier will invalidate / override the first definition.&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: 12px; background-color: #f2f2f2;"&gt;Sum({$&amp;lt;Region={'Global'} &amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should set the aggregation set scope for Region fix to 'Global'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Included-and-Excluded/m-p/1030590#M466497</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-02T13:32:39Z</dc:date>
    </item>
  </channel>
</rss>

