<?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: Sum between dates when month is a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1597599#M738034</link>
    <description>&lt;P&gt;Thanks. I have to test it. I did not realized that I can load the data in a different way in order to show the graph.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 09:38:01 GMT</pubDate>
    <dc:creator>Marcos_S</dc:creator>
    <dc:date>2019-07-01T09:38:01Z</dc:date>
    <item>
      <title>Sum between dates when month is a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1593153#M738032</link>
      <description>&lt;P&gt;Hello, I am not able to solve this challenge: I have a table of people (see attachment) whith Employee ID, Profile, Date In, Date Out, and Number of employees. If we know the employee, we have an ID and the number of employees is 1. If we only know the profile we will need, we do not have an ID and the number of empoyees can be any number.&lt;/P&gt;&lt;P&gt;I need to show a graph per month and per profile, with the number of active employees: so I have to sum the number of employees each month if Date In is before the month and Date Out is after the month.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1593153#M738032</guid>
      <dc:creator>Marcos_S</dc:creator>
      <dc:date>2024-11-16T03:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between dates when month is a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1593910#M738033</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Is this solution suitable for you?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mon_emp_graph_pic1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14053i3D9B8AF61F6F7BED/image-size/large?v=v2&amp;amp;px=999" role="button" title="mon_emp_graph_pic1.png" alt="mon_emp_graph_pic1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Script improving:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD Year, 
     [Employee ID], 
     Profile, 
     [Date In],
     [Date Out],
     AddMonths(MonthStart([Date Out]),-1) as rep_date,
     [Number of employees]
FROM
People.xlsx
(ooxml, embedded labels, table is [Initial table]);&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Jun 2019 06:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1593910#M738033</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2019-06-20T06:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between dates when month is a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1597599#M738034</link>
      <description>&lt;P&gt;Thanks. I have to test it. I did not realized that I can load the data in a different way in order to show the graph.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 09:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-dates-when-month-is-a-dimension/m-p/1597599#M738034</guid>
      <dc:creator>Marcos_S</dc:creator>
      <dc:date>2019-07-01T09:38:01Z</dc:date>
    </item>
  </channel>
</rss>

