<?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 Have bought vs. Have Not bought (Indirect Set Analysis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179227#M46159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok forum need your help. I have a screen where I want to show customers who have purchased a material group (selected by the user from a dropdown list), but not this material group (selected by the user from another dropdown list). Can anyone help out there or give me an example?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 19:10:01 GMT</pubDate>
    <dc:creator>tmumaw</dc:creator>
    <dc:date>2010-11-09T19:10:01Z</dc:date>
    <item>
      <title>Have bought vs. Have Not bought (Indirect Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179227#M46159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok forum need your help. I have a screen where I want to show customers who have purchased a material group (selected by the user from a dropdown list), but not this material group (selected by the user from another dropdown list). Can anyone help out there or give me an example?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179227#M46159</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-11-09T19:10:01Z</dc:date>
    </item>
    <item>
      <title>Have bought vs. Have Not bought (Indirect Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179228#M46160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the P() and E() functions in set analysis??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179228#M46160</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-09T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Have bought vs. Have Not bought (Indirect Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179229#M46161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been looking at them, but not too sure on how to code it because it's based on what the user selected from the list boxes. I have an example Sum({$&amp;lt;Customer = (P({1&amp;lt;Product = {'A'}&amp;gt;})) * (E({1&amp;lt;Product={'D'}&amp;gt;}))&amp;gt;}Sales). This is the example I am trying to work with but I don't understand what I would put in the product 'A' or 'D' because these are fields the user would select.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179229#M46161</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-11-09T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Have bought vs. Have Not bought (Indirect Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179230#M46162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I have tried these stmts with no luck. Could someone please explain what these statements are doing vs what I think they are doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Ship To] = p({$&amp;lt;[Material Group Code] ={'002'}&amp;gt;} [Ship To])&amp;gt;} [Subtotal 1] + [Subtotal 2])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Ship To] =E({1&amp;lt;[Material Group Code] ={'010'}&amp;gt;} [Ship To])&amp;gt;} [Subtotal 1] + [Subtotal 2])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Ship To] = P({1&amp;lt;[Material Group Code] ={'002'}&amp;gt;}) * E({1&amp;lt;[Material Group Code] ={'010'}&amp;gt;} [Ship To])&amp;gt;} [Subtotal 1] + [Subtotal 2])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 13:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-bought-vs-Have-Not-bought-Indirect-Set-Analysis/m-p/179230#M46162</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-11-11T13:59:04Z</dc:date>
    </item>
  </channel>
</rss>

