<?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 Problem with excluding data in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366331#M136268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to exclude all data that are connected to a testuser. SFTEST, on that I´m trying to exclude post that don´t have FROMDAT or TOMDAT. I don´t get it working...&lt;/P&gt;&lt;P&gt;From .... qvd&lt;/P&gt;&lt;P&gt;WHERE ((NOT ISNULL(FROMDAT) OR NOT ISNULL(TOMDAT) OR Substringcount(Upper(INSHAND),'SFTEST')=0));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this or do I have to solve it on some other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, by Substringcount(Upper(INSHAND),'SFTEST')=0)) seems only to exclude the user SFTEST from Userlist(INSHAND) but not the connected data(?) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 09:52:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-23T09:52:16Z</dc:date>
    <item>
      <title>Problem with excluding data in script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366331#M136268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to exclude all data that are connected to a testuser. SFTEST, on that I´m trying to exclude post that don´t have FROMDAT or TOMDAT. I don´t get it working...&lt;/P&gt;&lt;P&gt;From .... qvd&lt;/P&gt;&lt;P&gt;WHERE ((NOT ISNULL(FROMDAT) OR NOT ISNULL(TOMDAT) OR Substringcount(Upper(INSHAND),'SFTEST')=0));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this or do I have to solve it on some other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, by Substringcount(Upper(INSHAND),'SFTEST')=0)) seems only to exclude the user SFTEST from Userlist(INSHAND) but not the connected data(?) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366331#M136268</guid>
      <dc:creator />
      <dc:date>2012-03-23T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Problem with excluding data in script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366332#M136269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;WHERE ((NOT ISNULL(FROMDAT)&amp;nbsp; and NOT ISNULL(TOMDAT) &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;and &lt;/SPAN&gt; Substringcount(Upper(INSHAND),'SFTEST')=0));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366332#M136269</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-03-23T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Problem with excluding data in script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366333#M136270</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;Why don't you try just to use the EXISTS function? Something like: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(SFTEST_KEY,'TEST_KEY_TO_EXCLUDE');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-excluding-data-in-script/m-p/366333#M136270</guid>
      <dc:creator>vmrodrigues</dc:creator>
      <dc:date>2012-03-23T10:02:52Z</dc:date>
    </item>
  </channel>
</rss>

