<?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: Need help! Calculating Monthly Outstanding Tickets Trend in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573566#M41796</link>
    <description>&lt;P&gt;if you look at the sample i've provided, the idea is to plot against combo chart the running count of outstanding open Ticket numbers against newly created and Closed Tickets.&lt;/P&gt;&lt;P&gt;Initially i've tried doing things such as&lt;/P&gt;&lt;P&gt;aggr(Rangsum(below(count({&amp;lt;Status={'Open'}&amp;gt;}[Ticket ID])),0,rowno(total)),Month)&lt;/P&gt;&lt;P&gt;against MMM-YY&amp;nbsp; to count the number of outstanding open tickets in that month. And if the ticket continues to remain open it will be added to the next month and so forth.&amp;nbsp;&lt;/P&gt;&lt;P&gt;however that didnt work and I applied the same logic against a crosstable to see if i could get the same results or not.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 05:25:18 GMT</pubDate>
    <dc:creator>Keitaru</dc:creator>
    <dc:date>2019-04-26T05:25:18Z</dc:date>
    <item>
      <title>Need help! Calculating Monthly Outstanding Tickets Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573195#M41774</link>
      <description>&lt;P&gt;Hi Experts need some help here.&lt;/P&gt;&lt;P&gt;I'm trying to find out what my monthly outstanding open tickets are I've attached a working sample and a sample data dump of the what i'm using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking to plot a combo chart that will display both the outstanding Open tickets along side&amp;nbsp; both Newly Created and Closed Tickets.&lt;/P&gt;&lt;P&gt;However I've yet to be able to figure out how to calculate my monthly outstanding count.&lt;/P&gt;&lt;P&gt;I've thought about using the expression below however wasn't able to get the correct numbers when teleing against my other reporting.&lt;/P&gt;&lt;PRE&gt;aggr(Rangesum(Below(Count(Distinct {&amp;lt;[Status*]={'Opened'}&amp;gt;} [Ticket ID])- Count(Distinct {&amp;lt;[Status*]={'Closed'}&amp;gt;} [Ticket ID]), 0, rowno(Total))),Date_MY)&lt;/PRE&gt;&lt;P&gt;The data should look close to these numbers below.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Month&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Outstanding&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Aug - '17&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;827&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Sep - '17&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;901&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Oct - '17&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;947&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Nov - '17&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;952&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Dec - '17&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1053&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Jan- '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1114&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Feb-'18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1149&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Mar '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1412&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Apr '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,508&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;May '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,522&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Jun '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1495&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Jul '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1585&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Aug'18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1693&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Sep - '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1864&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Oct - '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2,037&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Nov - '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,872&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Dec - '18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,907&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Jan- '19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,679&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Feb-'19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,533&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Mar-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1,497&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573195#M41774</guid>
      <dc:creator>Keitaru</dc:creator>
      <dc:date>2024-11-16T20:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help! Calculating Monthly Outstanding Tickets Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573245#M41777</link>
      <description>&lt;P&gt;How are you getting these numbers? Would you be able to elaborate this by taking 1-2 examples from the sample provided?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 11:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573245#M41777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-25T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help! Calculating Monthly Outstanding Tickets Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573442#M41784</link>
      <description>&lt;P&gt;Those numbers were provided by another team who is doing the reporting via excel.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573442#M41784</guid>
      <dc:creator>Keitaru</dc:creator>
      <dc:date>2019-04-25T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help! Calculating Monthly Outstanding Tickets Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573446#M41785</link>
      <description>&lt;P&gt;Would you be able to explain the output picking an example Ticket ID?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573446#M41785</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-25T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help! Calculating Monthly Outstanding Tickets Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573566#M41796</link>
      <description>&lt;P&gt;if you look at the sample i've provided, the idea is to plot against combo chart the running count of outstanding open Ticket numbers against newly created and Closed Tickets.&lt;/P&gt;&lt;P&gt;Initially i've tried doing things such as&lt;/P&gt;&lt;P&gt;aggr(Rangsum(below(count({&amp;lt;Status={'Open'}&amp;gt;}[Ticket ID])),0,rowno(total)),Month)&lt;/P&gt;&lt;P&gt;against MMM-YY&amp;nbsp; to count the number of outstanding open tickets in that month. And if the ticket continues to remain open it will be added to the next month and so forth.&amp;nbsp;&lt;/P&gt;&lt;P&gt;however that didnt work and I applied the same logic against a crosstable to see if i could get the same results or not.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 05:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-Calculating-Monthly-Outstanding-Tickets-Trend/m-p/1573566#M41796</guid>
      <dc:creator>Keitaru</dc:creator>
      <dc:date>2019-04-26T05:25:18Z</dc:date>
    </item>
  </channel>
</rss>

