<?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: Help with a Set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461159#M1153243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Perhaps like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Count({&amp;lt;Avgorsak ={9},PersonID={"=aggr(max(HireDate),PersonID)&amp;lt;=EndDate"} &amp;gt;} Distinct PersonID) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2013 15:20:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-20T15:20:14Z</dc:date>
    <item>
      <title>Help with a Set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461158#M1153242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can someone help me to get a set expression right.&lt;/P&gt;&lt;P&gt;I want to &lt;/P&gt;&lt;P&gt;Count({&amp;lt;Avgorsak ={9} &amp;gt;} Distinct PersonID)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but only for those that dont have a HireDate that are larger than the EndDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s a stright tabel that shows how many people that have ended ther hirings and don´t have come back later. &lt;/P&gt;&lt;P&gt;It´s the ones that have been rehired I want to remove. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 15:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461158#M1153242</guid>
      <dc:creator />
      <dc:date>2013-03-20T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a Set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461159#M1153243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Perhaps like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Count({&amp;lt;Avgorsak ={9},PersonID={"=aggr(max(HireDate),PersonID)&amp;lt;=EndDate"} &amp;gt;} Distinct PersonID) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 15:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461159#M1153243</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-20T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a Set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461160#M1153244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are on the right way, but now I fund that people that are still hired are set to 9999-12-31 as enddate. In your above expression, how can I exclude that date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461160#M1153244</guid>
      <dc:creator />
      <dc:date>2013-03-22T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a Set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461161#M1153245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Count({&amp;lt;EndDate -= {'9999-12-31'}, Avgorsak ={9},PersonID={"=aggr(max(HireDate),PersonID)&amp;lt;=EndDate"} &amp;gt;} Distinct PersonID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;You may have to use the date# function to make a date of 9999-12-13. The expression editor doesn't understand -= but it's the correct syntax.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-Set-expression/m-p/461161#M1153245</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-22T09:52:14Z</dc:date>
    </item>
  </channel>
</rss>

