<?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: Exclude after using Where clause or other methods. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804844#M665856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could try that, but the Event_Type _Name field is in another table, which is why I didn't try it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 18:27:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-16T18:27:54Z</dc:date>
    <item>
      <title>Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804842#M665854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Have a Table where I pull information form and place it in to the Combined table I create. I want to add the report names, which adds fine, but it also adds junk I don't want, which I can filter based on a 'Event_Type_Name' field and its row called 'Object Instance'. The junk are Object Instances. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;// First I create the table from another table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Combined:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Event_ID as Combined_EventID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; User_Name as Combined_UserName &lt;/P&gt;&lt;P&gt;Resident ADS_EVENT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;//Then I add report names to it, the Object Name field has any kind of object so I have to separate the data using IDs. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NewReport2:&lt;/P&gt;&lt;P&gt;left join (Combined)&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Event_ID as Combined_EventID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Object_Name as Report_Names,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Object_Type_ID as Report_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident ADS_EVENT&lt;/P&gt;&lt;P&gt;Where match(Object_Type_ID,'AYfjfcAV7cNPh33akDfm2RE');&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;//What I want to do after the report names have been pulled is to filter out the junk by telling the script to filter out anything that's considered an Object Instance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I need to clarify more. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 17:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804842#M665854</guid>
      <dc:creator />
      <dc:date>2015-01-16T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804843#M665855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Any reason you can't add that object instance condition to your current where clause?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where match(Object_Type_ID,'AYfjfcAV7cNPh33akDfm2RE') AND Event_Type_Name &amp;lt;&amp;gt; 'Object Instance'; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804843#M665855</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-16T18:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804844#M665856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could try that, but the Event_Type _Name field is in another table, which is why I didn't try it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804844#M665856</guid>
      <dc:creator />
      <dc:date>2015-01-16T18:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804845#M665857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, that won't work then until you join that field to the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804845#M665857</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-16T18:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804846#M665858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea I might dump the field in to combined? and try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804846#M665858</guid>
      <dc:creator />
      <dc:date>2015-01-16T18:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude after using Where clause or other methods.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804847#M665859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could go in the script and create an indicator for an object instance, then use WHERE EXISTS(ObjIND,ObjIND)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 19:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-after-using-Where-clause-or-other-methods/m-p/804847#M665859</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-01-16T19:32:06Z</dc:date>
    </item>
  </channel>
</rss>

