<?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 combined with if in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015183#M934984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I do that then Article_FlowType 'PBL' is exluded, I only want to exclude the values 1 (based on &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI) when Article_FlowType = 'PBS' and not when &lt;SPAN style="font-size: 13.3333px;"&gt;Article_FlowType = 'PBL'&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 11:25:20 GMT</pubDate>
    <dc:creator>amber2000</dc:creator>
    <dc:date>2016-02-24T11:25:20Z</dc:date>
    <item>
      <title>Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015181#M934982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set analysis and I want to combine it with an if.&lt;/P&gt;&lt;P&gt;After reading a few discussions on this subject I understand that this is not the way to go (we work with big datasets)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my Set Analysis expression:&lt;/P&gt;&lt;P&gt;=Sum({$ &amp;lt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}&amp;gt; }[SD_Shipped_Colli])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I also want to Exclude values from the sum based on this if statement:&lt;/P&gt;&lt;P&gt;If (Article_FlowType = 'PBS' &lt;SPAN style="color: #ff0000;"&gt;and&lt;/SPAN&gt; (Article_TI * Article_HI = 1 ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to include this in the above expression because I also have an Article_FlowType named 'PBL' with a TI * HI = 1 that needs to be included in the sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this please? This is above my knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Monique &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015181#M934982</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T11:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015182#M934983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&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;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}, Article_FlowType = {'PBS'}&lt;SPAN style="color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[SD_Shipped_Colli] = {"=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI = 1&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;} [SD_Shipped_Colli])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015182#M934983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015183#M934984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I do that then Article_FlowType 'PBL' is exluded, I only want to exclude the values 1 (based on &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI) when Article_FlowType = 'PBS' and not when &lt;SPAN style="font-size: 13.3333px;"&gt;Article_FlowType = 'PBL'&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015183#M934984</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015184#M934986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;I see you want to exclude this and not include. Can you try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;STRONG style="color: #3d3d3d;"&gt;=Sum({$&amp;lt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}, Article_FlowType &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;-&lt;/SPAN&gt;= {'PBS'}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[SD_Shipped_Colli] &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;-&lt;/SPAN&gt;= {"=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Article_TI * Article_HI = 1&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;} [SD_Shipped_Colli])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015184#M934986</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T11:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015185#M934988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but this has the same result, PBL is excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to explain my requirements in a simpler way:&lt;/P&gt;&lt;P&gt;When&amp;nbsp; Article_TI * Article_HI = 1 from Article_FlowType 'PBS' &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;do not include this records &lt;/STRONG&gt;in the Sum of SD_Shipped_Colli&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;When &lt;SPAN style="font-size: 13.3333px;"&gt;Article_TI * Article_HI = 1 from Article_FlowType 'PBL' &lt;STRONG&gt;include this records&lt;/STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in the Sum of SD_Shipped_Colli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of the above must then be integrated in the expression:&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;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}&amp;gt; }[SD_Shipped_Colli])&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;Monique&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015185#M934988</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T11:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015186#M934990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how your first two condition relate to the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/SPAN&gt; between them (include stuff from 1st conditions -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays} &lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;from the 2nd condition -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI = 1 from Article_FlowType 'PBS')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/SPAN&gt; betweem them (&lt;SPAN style="font-size: 13.3333px;"&gt;include stuff from 1st conditions -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays} &lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;from the 2nd condition -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI = 1 from Article_FlowType 'PBS')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If it is or, try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=Sum({$ &amp;lt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}&amp;gt; &lt;SPAN style="color: #ff0000;"&gt;+&lt;/SPAN&gt; &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SD_Shipped_Colli] = {"=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI = 1&lt;/SPAN&gt;"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_FlowType -= {'PBS'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}[SD_Shipped_Colli])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If it is and, try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;=Sum({$ &amp;lt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SD_Shipped_Colli] = {"=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_TI * Article_HI = 1&lt;/SPAN&gt;"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Article_FlowType -= {'PBS'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;gt;}[SD_Shipped_Colli])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015186#M934990</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015187#M934992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made an qvw example with some test data.&lt;/P&gt;&lt;P&gt;However It’s impossible to attach my example and therefor I’m sending it by mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Main tab you'll see 3 pivot tables:&lt;/P&gt;&lt;P&gt;1) is my original code without the If I want to include&lt;/P&gt;&lt;P&gt;2) is your code for the OR and is not working for what I want&lt;/P&gt;&lt;P&gt;3) is your code for the AND and it is working when Article_TI * Article_HI = 1 but not when Article_TI * Article_HI &amp;gt; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tab Detail is the table with the testdata&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Monique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 14:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015187#M934992</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015188#M934993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;What if you add &amp;gt;= in there:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=Sum({$ &amp;lt;[SD_WH] -= {12}, [Aisle_Zone] -= {PBS_Containers, PBS_Displays}&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[SD_Shipped_Colli] = {"=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Article_TI * Article_HI &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&amp;gt;&lt;/SPAN&gt;= 1&lt;/SPAN&gt;"}, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Article_FlowType -= {'PBS'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&amp;gt;}[SD_Shipped_Colli])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 14:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015188#M934993</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015189#M934994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I see it working, thanks a million.&lt;/P&gt;&lt;P&gt;I have one more question:&lt;/P&gt;&lt;P&gt;How does the additional set modifier works? because it's the first time I see this kind of&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;......... * &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[SD_Shipped_Colli] = {"=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Article_TI * Article_HI &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #ff0000;"&gt;&amp;gt;&lt;/SPAN&gt;= 1&lt;/SPAN&gt;"}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Article_FlowType -= {'PBS'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;To me it looks like a nested set but what is the function of the&lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;* between the two sets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Kind regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Monique&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015189#M934994</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015190#M934995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;* is telling the expression to get intersection of the two sets. + is used for union of the two sets. Find attached a set analysis guide which I thought was very helpful when I was learning all this stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got what you were looking for, I would request you to close this thread by selecting correct and helpful answers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015190#M934995</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015191#M934996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for helping me out and I will surely read your attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Monique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015191#M934996</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2016-02-24T17:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis combined with if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015192#M934997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not my document. Somebody else created it and I am just sharing it with you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-combined-with-if/m-p/1015192#M934997</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T17:52:18Z</dc:date>
    </item>
  </channel>
</rss>

