<?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 Extract Excluded set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249361#M496769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Somnath&lt;/P&gt;&lt;P&gt;1 possible solution is adding a triger on the first table:&lt;/P&gt;&lt;P&gt;Setting -&amp;gt; Sheet Properties --&amp;gt; Triggers&lt;/P&gt;&lt;P&gt;Choose your sheet object (The first table) and add a trigger on activate.&lt;/P&gt;&lt;P&gt;The action name will be select excluded and choose the field Plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do the work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 11:35:05 GMT</pubDate>
    <dc:creator>orital81</dc:creator>
    <dc:date>2012-01-04T11:35:05Z</dc:date>
    <item>
      <title>Extract Excluded set</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249359#M496767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the table below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;&lt;STRONG&gt;Plant&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;&lt;STRONG&gt;Conumer&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;&lt;STRONG&gt;Qty&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;X&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;X&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;X&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Y&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Y&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Z&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Z&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a Straight table which will show the list of cunsumer [along with sum(Qty)] that are not linked with the selected Plant.&lt;/P&gt;&lt;P&gt;For example, if any user select 'X' from Plant list, the resulted table should be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;Plant&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Conumer&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;sum(Qty)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Y&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Z&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. note that this needs to be done in expression level not in script level.&lt;/P&gt;&lt;P&gt;Any help would be highly appreceated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249359#M496767</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-01-04T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Excluded set</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249360#M496768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somnath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a set analysis with the E() function. Note that if there is no value selected, the chart will not return anything, so I'd use it together with a calculation condition. The cahrt will have Plant and Consumer as dimensions, and the following as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sum({&amp;lt; Plant = E(Plant), Consumer = E(Consumer) &amp;gt;} Qty)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculation condition might be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;GetSelectedCount(Plant)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Added the exclusion of Consumer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249360#M496768</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-04T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Extract Excluded set</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249361#M496769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Somnath&lt;/P&gt;&lt;P&gt;1 possible solution is adding a triger on the first table:&lt;/P&gt;&lt;P&gt;Setting -&amp;gt; Sheet Properties --&amp;gt; Triggers&lt;/P&gt;&lt;P&gt;Choose your sheet object (The first table) and add a trigger on activate.&lt;/P&gt;&lt;P&gt;The action name will be select excluded and choose the field Plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do the work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249361#M496769</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-04T11:35:05Z</dc:date>
    </item>
    <item>
      <title>Extract Excluded set</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249362#M496771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks all of you for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 13:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Excluded-set/m-p/249362#M496771</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-01-05T13:26:09Z</dc:date>
    </item>
  </channel>
</rss>

