<?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 - operate within current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445448#M433226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer but the idea was to use the user selection with an additional restriction (an intersect between user selection and the filter). Here, you use the user selection if existing, and the filter if there is no selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 22:37:00 GMT</pubDate>
    <dc:creator>fabrice_lattern</dc:creator>
    <dc:date>2017-12-07T22:37:00Z</dc:date>
    <item>
      <title>Set analysis - operate within current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445444#M433222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a case where I have let say a material code and description as dimension of the chart, and I also have to filter result based on the same dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is the following one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[ITEM CODE]={'99*'}, [ITEM DESCRIPTION] = {'*STRUCTURE*'}, [SOME OTHER FIELD]={'XXX'}&amp;gt;} QUANTITY }&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As input, the user is selecting an item description. Of course with this set analysis, the selection of user is ignored ; what I want to achieve is let the user do the selection, then display nothing if the item description is not like "STRUCTURE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible using set analysis or will I have to use if conditions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445444#M433222</guid>
      <dc:creator>fabrice_lattern</dc:creator>
      <dc:date>2017-12-07T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - operate within current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445445#M433223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections([ITEM DESCRIPTION]) &amp;gt;0, &lt;/STRONG&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;[ITEM CODE]={'99*'}, [SOME OTHER FIELD]={'XXX'}&amp;gt;} QUANTITY), &lt;/STRONG&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;[ITEM CODE]={'99*'}, [ITEM DESCRIPTION] = {'*STRUCTURE*'}, [SOME OTHER FIELD]={'XXX'}&amp;gt;} QUANTITY }))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445445#M433223</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T17:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - operate within current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445446#M433224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with &lt;A ___default_attr="4663" data-orig-content="Implicit Set Operators" href="https://community.qlik.com/" jivemacro="blogpost" title="Implicit Set Operators"&gt;Implicit Set Operators&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[ITEM CODE]={'99*'}, [ITEM DESCRIPTION] &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {'*STRUCTURE*'}, [SOME OTHER FIELD]={'XXX'}&amp;gt;} QUANTITY)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445446#M433224</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - operate within current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445447#M433225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You save me again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; This is exactly what I was looking for, an intersect operator. Very usefull indeed, as it respect user selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 22:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445447#M433225</guid>
      <dc:creator>fabrice_lattern</dc:creator>
      <dc:date>2017-12-07T22:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - operate within current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445448#M433226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer but the idea was to use the user selection with an additional restriction (an intersect between user selection and the filter). Here, you use the user selection if existing, and the filter if there is no selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 22:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-operate-within-current-selection/m-p/1445448#M433226</guid>
      <dc:creator>fabrice_lattern</dc:creator>
      <dc:date>2017-12-07T22:37:00Z</dc:date>
    </item>
  </channel>
</rss>

