<?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: QlikView Set Analysis - Modifier same as a selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780363#M1027724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below script&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;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(if( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;APPINVESTSTRATEGY&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Divest', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joshmi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 11:59:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-24T11:59:57Z</dc:date>
    <item>
      <title>QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780359#M1027720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Need bit of help. I have constructed an expression in a text box -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;APPINVESTSTRATEGY&lt;/SPAN&gt;&lt;SPAN&gt;={'Divest'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN&gt;({$} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If I have a list box selection set for the field 'APPINVESTSTRATEGY' as 'Divest', this expression returns 100%. That is as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, if I have the same field set to 'Invest' (Invest and Divest sets do not have any overlaps), the expression does NOT return 0% as I was expecting. Instead it seems to be calculating the # of Divest assets based upon the the rest of the list box selections and dividing those by count of distinct Invest assets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is this expected behaviour? If so, is there anything I can do for the expression to return 0% for the second set of selections (that seems to be the more logical output)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780359#M1027720</guid>
      <dc:creator />
      <dc:date>2015-02-24T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780360#M1027721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's expected. Your numerator will give you the count of your asset_name field for Divest regardless of your listbox - that's part of set analysis' purpose! What will be changing is your denominator, which as you said will be filtering the count to just 'Invest'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is it that you're trying to work out? From your example, this value will either be 100% or 0% all of the time? If so, what purpose is it serving?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780360#M1027721</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-02-24T11:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780361#M1027722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If instead of&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; count({$} distinct ASSET_NAME)&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; count({1} distinct ASSET_NAME)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; count({&amp;lt;APPINVESTSTRATEGY&amp;gt;} distinct ASSET_NAME)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then the ratio will not be affected by a selection in the APPINVESTSTRATEGY field.&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780361#M1027722</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-24T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780362#M1027723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you give {$&amp;lt;&lt;SPAN style="color: #800000;"&gt;APPINVESTSTRATEGY&lt;/SPAN&gt;={'Divest'} in the set analysis, the count() counts records with Divest no matter what current selection is.&lt;/P&gt;&lt;P&gt;That is why the result is not 0.&lt;/P&gt;&lt;P&gt;Even if you dont make any selections, the numerator still counts the no. of records with Divest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780362#M1027723</guid>
      <dc:creator />
      <dc:date>2015-02-24T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780363#M1027724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below script&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;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(if( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;APPINVESTSTRATEGY&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Divest', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joshmi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780363#M1027724</guid>
      <dc:creator />
      <dc:date>2015-02-24T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780364#M1027725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want only about the Divest then use below expr&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&lt;STRONG&gt;$*&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;APPINVESTSTRATEGY&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Divest'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ASSET_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note: I have used * in the first expr&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780364#M1027725</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-02-24T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780365#M1027726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently, my set modifier expression was overriding my APPINVESTSTRATEGY selection in the list box. Using the *= operator allowed me to overlay that modifier on top of my current list box selection. Since, in the second situation, both the sets had no overlaps, the result was 0% as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had only heard about the quick response in the Qlikview forums. Got to experience it first hand today. Many thanks to all those who responded &amp;amp; tried to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780365#M1027726</guid>
      <dc:creator />
      <dc:date>2015-02-24T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Set Analysis - Modifier same as a selection</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780366#M1027727</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;The provided solution is valid when a single field is refered in the set analysis expression. However it turns into trouble whenever several fields are implied and some of them are intended to ignore their selections, since the star after the dollar sign makes the current selection to be intersected such that the selections desired to be ignored in set analysis are never more ignored since the moment when * is written. So, it works for selections in the first field, but fails ignoring selections for the rest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a more general purpose, what is needed is to replicate the field in the model with a different name, and use the original for selection and the replicated one for set analysis. By separating both fields, there is no conflict for QlikView and it can be combined with other set analysis conditions such as ignore selections in other fields, and they still work with this solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Set-Analysis-Modifier-same-as-a-selection/m-p/780366#M1027727</guid>
      <dc:creator>jldengra</dc:creator>
      <dc:date>2015-03-09T12:02:55Z</dc:date>
    </item>
  </channel>
</rss>

