<?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: OR and NULL in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192963#M500288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, no ideas. Can u send a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2011 12:25:01 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2011-04-02T12:25:01Z</dc:date>
    <item>
      <title>OR and NULL in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192960#M500285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with my set analysis:&lt;/P&gt;&lt;P&gt;I want count my users who is in my company in a date selected by a filter year or month..&lt;/P&gt;&lt;P&gt;For this I have a date of Arrival of my user and I hva maybe A date of finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expression is :&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Date d'Effet]={"&amp;lt;=$(=Date(max(Date),'DD/MM/YYYY'))"},[Date de Fin]={"&amp;gt;=$(=Date(min(Date),'DD/MM/YYYY'))"}&amp;gt;+&lt;BR /&gt;&amp;lt;[Date d'Effet]={"&amp;lt;=$(=Date(max(Date),'DD/MM/YYYY'))"},[Date de Fin]={""}&amp;gt;}MatriculeCollab)&lt;/P&gt;&lt;P&gt;I have two cases : One My date of finish is not in the database and my users are in my selection. Or this date are wrtie and in this case It must be superior or equal to the minimum of my date selected (Year, Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this set Analysis I succed to have the users who have date of finish but not who don't have date of finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 15:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192960#M500285</guid>
      <dc:creator />
      <dc:date>2011-03-31T15:22:44Z</dc:date>
    </item>
    <item>
      <title>OR and NULL in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192961#M500286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno, try this:&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Date d'Effet]={"&amp;lt;=$(=Date(max(Date),'DD/MM/YYYY'))"},[Date de Fin]={"", "&amp;gt;=$(=Date(min(Date),'DD/MM/YYYY'))"}&amp;gt;}MatriculeCollab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 16:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192961#M500286</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-03-31T16:49:51Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: OR and NULL in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192962#M500287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have see, it's not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a set analysis but it's works only at 90%. I don't understand why because the lines of 10% are normal too &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Date d'Effet]={"&amp;lt;=$(=Date(max(Date),'DD/MM/YYYY'))"}&amp;gt;*(&amp;lt;[Date de Fin]={"&amp;gt;=$(=Date(min(Date),'DD/MM/YYYY'))"}&amp;gt;+&lt;BR /&gt;&amp;lt;MatriculeCollab={"=len(trim([Date de Fin]))=0"}&amp;gt;)}MatriculeCollab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see if they have a problem please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 21:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192962#M500287</guid>
      <dc:creator />
      <dc:date>2011-03-31T21:31:55Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: OR and NULL in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192963#M500288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, no ideas. Can u send a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 12:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-and-NULL-in-set-analysis/m-p/192963#M500288</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-04-02T12:25:01Z</dc:date>
    </item>
  </channel>
</rss>

