<?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 Total Open items per month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1525782#M438398</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to build trend for the Total open cases per month. We have the following dimensions.&lt;/P&gt;&lt;P&gt;Case&lt;/P&gt;&lt;P&gt;Case Creation Date&lt;/P&gt;&lt;P&gt;Case Completion Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Chart , we have to show 3 measures:&lt;/P&gt;&lt;P&gt;New Cases:Should be opened in the same month where we are doing Analysis and Case completion date should not be in the same month i.e. beyond that month.&lt;/P&gt;&lt;P&gt;Closed Cases: Cases which has the Completion Date in the same month of Analysis.&lt;/P&gt;&lt;P&gt;Total Cases:&lt;/P&gt;&lt;P&gt;Cumulative number of open cases, starts from 0 at the first point of the selected timeframe (=Total of previous month+New-Closed) -&amp;gt; Total_inMarch=(Total_inFeb + Open_inMarch - Closed_inMarch)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the sample data .&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:40:01 GMT</pubDate>
    <dc:creator>anshulsri</dc:creator>
    <dc:date>2024-11-16T21:40:01Z</dc:date>
    <item>
      <title>Total Open items per month</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1525782#M438398</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to build trend for the Total open cases per month. We have the following dimensions.&lt;/P&gt;&lt;P&gt;Case&lt;/P&gt;&lt;P&gt;Case Creation Date&lt;/P&gt;&lt;P&gt;Case Completion Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Chart , we have to show 3 measures:&lt;/P&gt;&lt;P&gt;New Cases:Should be opened in the same month where we are doing Analysis and Case completion date should not be in the same month i.e. beyond that month.&lt;/P&gt;&lt;P&gt;Closed Cases: Cases which has the Completion Date in the same month of Analysis.&lt;/P&gt;&lt;P&gt;Total Cases:&lt;/P&gt;&lt;P&gt;Cumulative number of open cases, starts from 0 at the first point of the selected timeframe (=Total of previous month+New-Closed) -&amp;gt; Total_inMarch=(Total_inFeb + Open_inMarch - Closed_inMarch)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the sample data .&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1525782#M438398</guid>
      <dc:creator>anshulsri</dc:creator>
      <dc:date>2024-11-16T21:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Total Open items per month</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1526136#M438427</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you clarify what is &lt;SPAN&gt;Total_inFeb&amp;nbsp; in this&amp;nbsp; expression&amp;nbsp;&lt;/SPAN&gt;"&lt;SPAN&gt;Total_inMarch=(Total_inFeb + Open_inMarch - Closed_inMarch)". Does it mean total number of cases closed in Feb?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 06:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1526136#M438427</guid>
      <dc:creator>santhiqlik</dc:creator>
      <dc:date>2019-01-04T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Total Open items per month</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1526334#M438451</link>
      <description>Based on the sample provided, would you be able to provide the expected output as well.</description>
      <pubDate>Fri, 04 Jan 2019 12:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1526334#M438451</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-04T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total Open items per month</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1540605#M439407</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks for your response. I managed to find the solution.&lt;/P&gt;&lt;P&gt;We had Case Number with Start and End Date.So first I created one reference date using Start and End Dates called reference date. Reference date is the date for which we are doing analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Cases for a particular month is counted by in Column 1:&lt;/P&gt;&lt;P&gt;count(distinct(if( (month([Reference Date]) = [Case Created Month]),[Case Number])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Closed Cases in the Analysis Month is Counted&amp;nbsp; by in Column 2:&lt;/P&gt;&lt;P&gt;count(distinct(if(month([Reference Date])=month([Case Completion Date]),[Case Number])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we had to find the total Cases Trend per month using&amp;nbsp; New and closed Cases.&lt;/P&gt;&lt;P&gt;So firstly I calculated the the difference of New and closed cases per month to find the total cases per month remaining using in Column 3:&lt;/P&gt;&lt;P&gt;=Column(1)-Column(2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after this, Trend of Total cases can be calculated by&lt;/P&gt;&lt;P&gt;=if(Column(1)=0 and Column(2)=0,null(),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if(rowno()&amp;lt;=2,Above(Column(3))-Column(3),Column(3)+Above(Column(4))))&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 06:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Open-items-per-month/m-p/1540605#M439407</guid>
      <dc:creator>anshulsri</dc:creator>
      <dc:date>2019-02-07T06:17:21Z</dc:date>
    </item>
  </channel>
</rss>

