<?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: Period comparison based on the backlog in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219486#M390152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 15 or 16 for Jan 2017? If its 16, then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr((RangeSum(Above(TOTAL Count(DISTINCT {$&amp;lt; DateType={'WorkItemDeadline'}&amp;gt;}&amp;nbsp; %WorkItemUID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {$&amp;lt; DateType={'ActualFinish'} &amp;gt;}&amp;nbsp; %WorkItemUID), 0, RowNo(TOTAL)))) * Avg({&amp;lt;Year = {2017}&amp;gt;} 1), [Month-Year], Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148896_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be 16 because it 2016 values match with 2016 values in the above chart, so I thought 2017 values should also match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148897_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could be wrong and might not have understood the logic. Feel free to point out if you think I have not understood your question clearly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 02:57:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-10T02:57:13Z</dc:date>
    <item>
      <title>Period comparison based on the backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219483#M390149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Need some help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have expression that calculates non-closed requests:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=RangeSum(Above (Count(DISTINCT {$&amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'WorkItemDeadline'} &amp;gt;}&amp;nbsp; %WorkItemUID)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Count(DISTINCT {$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'ActualFinish'} &amp;gt;}&amp;nbsp; %WorkItemUID), 0, RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working fine on the diagram with "Month-Year" &lt;SPAN style="font-size: 13.3333px;"&gt;dimension (for the entire period):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="148874" alt="1.png" class="jive-image image-1" height="120" src="https://community.qlik.com/legacyfs/online/148874_1.png" style="height: 120px; width: 292.8px;" width="293" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i can't figure out how to display my backlog categorized by the same periods. For example, months of the current year vs previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i change dimension to the "Month" and add 2 expressions for the years:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017:&lt;/P&gt;&lt;P&gt;=rangesum(Above (Count(DISTINCT {$&amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'WorkItemDeadline'}, Year= {2017} &amp;gt;}&amp;nbsp; %WorkItemUID)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Count(DISTINCT {$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'ActualFinish'}, &lt;SPAN style="font-size: 13.3333px;"&gt;Year&lt;/SPAN&gt; = {2017} &amp;gt;}&amp;nbsp; %WorkItemUID), 0, RowNo()))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2016:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=rangesum(Above (Count(DISTINCT {$&amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'WorkItemDeadline'}, &lt;SPAN style="font-size: 13.3333px;"&gt;Year&lt;/SPAN&gt;= {"&amp;lt;2017"} &amp;gt;}&amp;nbsp; %WorkItemUID)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Count(DISTINCT {$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DateType&lt;/SPAN&gt;={'ActualFinish'}, &lt;SPAN style="font-size: 13.3333px;"&gt;Year&lt;/SPAN&gt; = {"&amp;lt;2017"} &amp;gt;}&amp;nbsp; %WorkItemUID), 0, RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have uncorrect result:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="148876" alt="2.png" class="jive-image image-2" height="126" src="https://community.qlik.com/legacyfs/online/148876_2.png" style="height: 125.724px; width: 307px;" width="307" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Сan anyone explain how to compare backlogs in different period? Backlog for 2017 year must include previous periods backlog. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 21:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219483#M390149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T21:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Period comparison based on the backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219484#M390150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be easier to help if you share a sample as we might need to play around to help better. Also share the numeric output you are looking to get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 22:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219484#M390150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Period comparison based on the backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219485#M390151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thank you for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have been attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a list of requests with 3 dates (creation, completion and deadline).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accumulate general backlog (requests to be resolved) by rangesum function (top diagram).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On the bottom &lt;SPAN style="font-size: 13.3333px;"&gt;diagram&lt;/SPAN&gt; &lt;/SPAN&gt;I need to show backlog 2017 vs 2016 years. Dimension = Month Name.&lt;/P&gt;&lt;P&gt;First month (January in 2017) would be 15, i.e. include previous period backlog (December 2016) and include current month (-1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 23:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219485#M390151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T23:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Period comparison based on the backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219486#M390152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 15 or 16 for Jan 2017? If its 16, then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr((RangeSum(Above(TOTAL Count(DISTINCT {$&amp;lt; DateType={'WorkItemDeadline'}&amp;gt;}&amp;nbsp; %WorkItemUID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {$&amp;lt; DateType={'ActualFinish'} &amp;gt;}&amp;nbsp; %WorkItemUID), 0, RowNo(TOTAL)))) * Avg({&amp;lt;Year = {2017}&amp;gt;} 1), [Month-Year], Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148896_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be 16 because it 2016 values match with 2016 values in the above chart, so I thought 2017 values should also match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148897_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could be wrong and might not have understood the logic. Feel free to point out if you think I have not understood your question clearly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 02:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219486#M390152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T02:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Period comparison based on the backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219487#M390153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, of course 16 for January. Thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Looks like exactly what i need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 07:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Period-comparison-based-on-the-backlog/m-p/1219487#M390153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T07:09:24Z</dc:date>
    </item>
  </channel>
</rss>

