<?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 Need a function to filter the IDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306138#M1180234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I cann't open any mails in my company.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyway my mail id is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:celambarasan.a@gmail.com"&gt;celambarasan.a@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 08:57:28 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-02-22T08:57:28Z</dc:date>
    <item>
      <title>Need a function to filter the IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306135#M1180224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i am a new to qlik view and i need a help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variable IDEX which will hold certain ids in the format 'a234sd','a231sf','a233se',......... . i need to use this variable in all the table(example : 5 tables). i need to use the variable as a filter to exclude the ids,&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;person_id not in $(IDEX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Empl_Id not in $(IDEX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above query is not working, i am getting a error in script while reloding "Garbage after statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a function to be used to filter the ids.... I need to exclude all ids inside the variable when compared with the other fields of table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 05:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306135#M1180224</guid>
      <dc:creator />
      <dc:date>2012-02-22T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Need a function to filter the IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306136#M1180225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where not match(person_id,$(IDEX));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Empl_Id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where not match(Empl_Id,$(IDEX));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 06:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306136#M1180225</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-22T06:37:26Z</dc:date>
    </item>
    <item>
      <title>Need a function to filter the IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306137#M1180232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Celambarasan. Can i have your mail id for future reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 08:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306137#M1180232</guid>
      <dc:creator />
      <dc:date>2012-02-22T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Need a function to filter the IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306138#M1180234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I cann't open any mails in my company.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyway my mail id is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:celambarasan.a@gmail.com"&gt;celambarasan.a@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 08:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306138#M1180234</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-22T08:57:28Z</dc:date>
    </item>
    <item>
      <title>Need a function to filter the IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306139#M1180235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I need a vairiable to assign the below scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out number of reports accessed in a month.... For example: some reports may be accessed for 2 or 3 or 6 months and some many not be accessed for any month.... So vaiable should be dynamic. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 05:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-function-to-filter-the-IDs/m-p/306139#M1180235</guid>
      <dc:creator />
      <dc:date>2012-02-27T05:17:02Z</dc:date>
    </item>
  </channel>
</rss>

