<?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 count for active in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492609#M184251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis in the expression, something like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag = {'A'}&amp;gt;}Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use a calculated dimension:&lt;/P&gt;&lt;P&gt;=if(Flag = 'A',Employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 12:55:36 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2013-06-20T12:55:36Z</dc:date>
    <item>
      <title>employee count for active</title>
      <link>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492608#M184250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have employee master with active and in-active flag&amp;nbsp; how to show only active employee's in straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 12:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492608#M184250</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-06-20T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: employee count for active</title>
      <link>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492609#M184251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis in the expression, something like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag = {'A'}&amp;gt;}Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use a calculated dimension:&lt;/P&gt;&lt;P&gt;=if(Flag = 'A',Employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 12:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492609#M184251</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2013-06-20T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: employee count for active</title>
      <link>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492610#M184252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt;RawData:&lt;STRONG style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: blue; font-family: 'Courier New';"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; color: maroon; font-family: 'Courier New';"&gt;[&lt;BR /&gt;Employee,Flag&lt;BR /&gt;v1, Active&lt;BR /&gt;v2, IN-Active&lt;BR /&gt;v3, Active&lt;BR /&gt;v4, IN-Active&lt;BR /&gt;v5, Active&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt;In Straight Table Take Dimension &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: maroon; font-family: 'Courier New';"&gt;Employee , Flag &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt;Expression = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Arial','sans-serif';"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Arial','sans-serif';"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;={'Active'}&amp;gt;}1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;Then Hide Expression in Presentation Tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 13:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/employee-count-for-active/m-p/492610#M184252</guid>
      <dc:creator />
      <dc:date>2013-06-20T13:07:48Z</dc:date>
    </item>
  </channel>
</rss>

