<?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 How to make a comparison statement? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069390#M937745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Im working on a HR Dashboard and I need to know how many active employee has more than one position assigne. I have a column of employee ID and another one with positions. Any suggestion??&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 09:30:38 GMT</pubDate>
    <dc:creator>pablomind</dc:creator>
    <dc:date>2016-02-08T09:30:38Z</dc:date>
    <item>
      <title>How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069390#M937745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Im working on a HR Dashboard and I need to know how many active employee has more than one position assigne. I have a column of employee ID and another one with positions. Any suggestion??&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069390#M937745</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2016-02-08T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069391#M937746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give more precision about your data model ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 14:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069391#M937746</guid>
      <dc:creator>mohamed_ahid</dc:creator>
      <dc:date>2016-02-08T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069392#M937747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;several ways&lt;/P&gt;&lt;P&gt;1) Expression using aggr with empoyeeID as dimension&lt;/P&gt;&lt;P&gt;if (aggr(Count(Position),EmplyeeID) &amp;gt; 1, Count(Position))&lt;/P&gt;&lt;P&gt;2) employeeID as Dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count(position) as Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dimension Limit (Show only values thar are gretaet than 1 exact amount)&lt;/P&gt;&lt;P&gt;-&amp;gt; only if Count (Position) is first expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 14:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069392#M937747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069393#M937748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;EmpID = {"=Count(DISTINCT Position) &amp;gt;1"}&amp;gt;} DISTINCT EmpID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 14:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069393#M937748</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-08T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069394#M937749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/53695"&gt;HRLinder&lt;/A&gt;‌ your first suggestion solved my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 15:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069394#M937749</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2016-02-08T15:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a comparison statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069395#M937750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you have the answer to your question. Now it is time for you to flag the correct answer by using the Correct Answer flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-comparison-statement/m-p/1069395#M937750</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-08T16:31:06Z</dc:date>
    </item>
  </channel>
</rss>

