<?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: Re: Not Exists - Object Level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480252#M179454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use as &lt;A href="https://community.qlik.com/qlik-users/15531"&gt;Fred Schonenberg&lt;/A&gt; suggested, or like this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13852336754311682" jivemacro_uid="_13852336754311682"&gt;
&lt;P&gt;ExClient:&lt;/P&gt;
&lt;P&gt;LOAD * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ClientID,Client1&lt;/P&gt;
&lt;P&gt;1,XX&lt;/P&gt;
&lt;P&gt;2,YY&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;*,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Exists(Client1,Client) as Flag&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ClientID,Client&lt;/P&gt;
&lt;P&gt;1,XX&lt;/P&gt;
&lt;P&gt;2,YY&lt;/P&gt;
&lt;P&gt;3,ZZ&lt;/P&gt;
&lt;P&gt;4,BB&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doing this you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({1&amp;lt;Flah={"-1"}&amp;gt;}Client) count clients that are present into ExClient&lt;/P&gt;&lt;P&gt;count({1&amp;lt;Flah-={"-1"}&amp;gt;}Client) count clients that are NOT present into ExClient&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Cli&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Cl ient&lt;/SPAN&gt;ent&lt;/SPAN&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;ClClien&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Nov 2013 19:09:18 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-11-23T19:09:18Z</dc:date>
    <item>
      <title>Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480246#M179448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column Clients in the Fact table and there's another list of Clients which is ExClients provided in Excel file. I need to show in one tab on the front-end the list which should be Clients - ExClients i.e. those Clients that do not exist in ExClients. &lt;/P&gt;&lt;P&gt;If it was across the board, I could have used Not Exists in script but need to keep the original Clients' list as it and only show the subtracted list on one object/tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 17:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480246#M179448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-22T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480247#M179449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 17:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480247#M179449</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-22T17:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480248#M179450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;With the load of Ex-Clients, you could add an extra field like this:&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Load * ,&lt;BR /&gt; '1' as Ex&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Load *&lt;BR /&gt;FROM Ex-Clients;&lt;/P&gt;&lt;P&gt;and in your table use "Ex &amp;lt;&amp;gt; 1".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 17:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480248#M179450</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2013-11-22T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480249#M179451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create a flag into Fact Table&lt;/P&gt;&lt;P&gt;2) Using the OnActivate Sheet trigger set a selection using Select in Field action&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 19:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480249#M179451</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-22T19:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480250#M179452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clever Anjos,&lt;/P&gt;&lt;P&gt;I was thinking along the same lines as Mayil Vahanan Ramasamy and Fred Schonenberg but could you elaborate your approach ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 20:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480250#M179452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-22T20:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480251#M179453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arsalan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ex-clients.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/49476_ex-clients.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can select Ex Clients with Ex = 1 or Ex &amp;lt;&amp;gt; 1 for the Non-Ex-Clients &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 16:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480251#M179453</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2013-11-23T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Not Exists - Object Level</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480252#M179454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use as &lt;A href="https://community.qlik.com/qlik-users/15531"&gt;Fred Schonenberg&lt;/A&gt; suggested, or like this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13852336754311682" jivemacro_uid="_13852336754311682"&gt;
&lt;P&gt;ExClient:&lt;/P&gt;
&lt;P&gt;LOAD * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ClientID,Client1&lt;/P&gt;
&lt;P&gt;1,XX&lt;/P&gt;
&lt;P&gt;2,YY&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;*,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Exists(Client1,Client) as Flag&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ClientID,Client&lt;/P&gt;
&lt;P&gt;1,XX&lt;/P&gt;
&lt;P&gt;2,YY&lt;/P&gt;
&lt;P&gt;3,ZZ&lt;/P&gt;
&lt;P&gt;4,BB&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doing this you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({1&amp;lt;Flah={"-1"}&amp;gt;}Client) count clients that are present into ExClient&lt;/P&gt;&lt;P&gt;count({1&amp;lt;Flah-={"-1"}&amp;gt;}Client) count clients that are NOT present into ExClient&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Cli&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Cl ient&lt;/SPAN&gt;ent&lt;/SPAN&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;ClClien&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 19:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Exists-Object-Level/m-p/480252#M179454</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-23T19:09:18Z</dc:date>
    </item>
  </channel>
</rss>

