<?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: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44630#M769597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you suggest me any other alternative to &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Aggr(IF(Entity &amp;lt;&amp;gt; Order_Owner, Entity), Entity)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 09:31:32 GMT</pubDate>
    <dc:creator>prahlad_infy</dc:creator>
    <dc:date>2018-06-19T09:31:32Z</dc:date>
    <item>
      <title>what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44625#M769588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to put in Set expression to filter data from table 1st which is not present in table 2nd . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attached data set i want to filter out those Entity which are not present in Status table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205522_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205547_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to filter out highlighted records of table 1 in separate column , because those entity are not present &lt;BR /&gt;in Order_owner column of table 2&amp;nbsp; , using set expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44625#M769588</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44626#M769590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are filtering on entity, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Entity=P(Order_Owner)&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 18:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44626#M769590</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-06-18T18:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44627#M769592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like in your calculated dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= Aggr(IF(Entity &amp;lt;&amp;gt; Order_Owner, Entity), Entity)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like use straight table with &lt;/P&gt;&lt;P&gt;Dim: &lt;SPAN style="font-size: 13.3333px;"&gt;= Aggr(IF(Entity &amp;lt;&amp;gt; Order_Owner, Entity), Entity)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; add other dimensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in presentation tab just hide the expression 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205543_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 18:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44627#M769592</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-18T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44628#M769594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THIS DIDNT WORK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Entity=P(Order_Owner)&amp;gt;}Entity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 06:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44628#M769594</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-06-19T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44629#M769596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nagaraju ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if i am droping field from 2nd table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Order_Owner, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nbr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumberHash256(Order_Owner&amp;amp;'|'&amp;amp;Nbr) as key&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Data.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Status);&lt;/P&gt;&lt;P&gt;DROP Field Order_Owner ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44629#M769596</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-06-19T09:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44630#M769597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you suggest me any other alternative to &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Aggr(IF(Entity &amp;lt;&amp;gt; Order_Owner, Entity), Entity)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44630#M769597</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-06-19T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: what to put in Set expression to filter data from table 1st which is not present in table 2nd . Help please</title>
      <link>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44631#M769598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try on Purchase_Nbr like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(IF(Purchase_Nbr &amp;lt;&amp;gt; Nbr, Entity), Entity)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-to-put-in-Set-expression-to-filter-data-from-table-1st/m-p/44631#M769598</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-19T13:29:36Z</dc:date>
    </item>
  </channel>
</rss>

