<?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 in Emplyee Count. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472240#M176352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u make a expression on below data. Need to Count of Employee till From 1977 to June - 2012 and After that It will increased month by month to till - Mar 2013. But first bar will be the total no. of employee till Jun-2012 and then it will increased till current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Mar 2013 12:47:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-24T12:47:20Z</dc:date>
    <item>
      <title>Help in Emplyee Count.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472238#M176350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Year wise Employee details. Now I want to display a chart like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a Bar graph where the first bar will show the Total No. of Employee till Jun - 2012 and After that all the bar will continuos with increment of Employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="639"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="85" width="98"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="108"&gt;2968&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt;2982&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt;3001&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none;" width="113"&gt;Till This Month Total Employee Count&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: medium none;"&gt;#. Of Employee&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;2968&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;14&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;30&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;Jun-12&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;Jul-12&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;Aug-12&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;Sep-12&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; border-top: medium none;"&gt;Till Month&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 12:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472238#M176350</guid>
      <dc:creator />
      <dc:date>2013-03-24T12:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Emplyee Count.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472239#M176351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Interrecord functions and probably RangeSum() will do, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13641283854934794" jivemacro_uid="_13641283854934794"&gt;&lt;P&gt;Sum(NoOfEmployees) + Above(Sum(NoOfEmployees))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 12:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472239#M176351</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-03-24T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Emplyee Count.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472240#M176352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u make a expression on below data. Need to Count of Employee till From 1977 to June - 2012 and After that It will increased month by month to till - Mar 2013. But first bar will be the total no. of employee till Jun-2012 and then it will increased till current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 12:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472240#M176352</guid>
      <dc:creator />
      <dc:date>2013-03-24T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Emplyee Count.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472241#M176353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u make a expression on below data. Need to Count of Employee till From 1977 to June - 2012 and After that It will increased month by month to till - Mar 2013. But first bar will be the total no. of employee till Jun-2012 and then it will increased till current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 12:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Emplyee-Count/m-p/472241#M176353</guid>
      <dc:creator />
      <dc:date>2013-03-24T12:47:40Z</dc:date>
    </item>
  </channel>
</rss>

