<?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: employee performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775453#M717342</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133287"&gt;@AtheerYahyaH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its measure, not dimension..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[assignee full name] = 'Atheer' &amp;lt;&amp;lt; i want a table of Atheer's performance .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;-- For Dim, try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If([assignee full name] = 'Atheer' , [assignee full name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Match([assignee full name],&amp;nbsp;'Atheer', 'Yahya'),&amp;nbsp;[assignee full name])&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 07:12:55 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-01-19T07:12:55Z</dc:date>
    <item>
      <title>employee performance</title>
      <link>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775121#M717339</link>
      <description>&lt;P&gt;I want to have a dashboard based on employees performance. i want to see each employee how much they closed tickets, opened tickets...etc&lt;/P&gt;&lt;P&gt;the syntax is wrong but this is my logic. i am new to qlik sense &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[assignee full name] = 'Atheer' &amp;lt;&amp;lt; i want a table of Atheer's performance .&lt;/P&gt;&lt;P&gt;or something like this.&lt;/P&gt;&lt;P&gt;select Employee where assigneeFullName = 'Atheer'&lt;/P&gt;&lt;P&gt;&amp;nbsp;this is all from edit expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 06:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775121#M717339</guid>
      <dc:creator>AtheerYahyaH</dc:creator>
      <dc:date>2021-01-18T06:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: employee performance</title>
      <link>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775135#M717340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133287"&gt;@AtheerYahyaH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[assignee full name] = {'Atheer'}&amp;gt;}Distinct TicketNo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-- it gives no. of tickets assigned to 'Atheer'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 07:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775135#M717340</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-18T07:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: employee performance</title>
      <link>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775449#M717341</link>
      <description>&lt;P&gt;it didnt work, it gives me invalid dimension.&lt;/P&gt;&lt;P&gt;I tried assignee as a dimension and added 3 measures for open, closed &amp;amp; WIP status. but also didnt work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 06:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775449#M717341</guid>
      <dc:creator>AtheerYahyaH</dc:creator>
      <dc:date>2021-01-19T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: employee performance</title>
      <link>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775453#M717342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133287"&gt;@AtheerYahyaH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its measure, not dimension..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[assignee full name] = 'Atheer' &amp;lt;&amp;lt; i want a table of Atheer's performance .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;-- For Dim, try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If([assignee full name] = 'Atheer' , [assignee full name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Match([assignee full name],&amp;nbsp;'Atheer', 'Yahya'),&amp;nbsp;[assignee full name])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-performance/m-p/1775453#M717342</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-19T07:12:55Z</dc:date>
    </item>
  </channel>
</rss>

