<?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>question Question on PPM percent complete rollup in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998701#M12820</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find out if there is some documentation on the logic used in the Percent Complete rollup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing testing using a number of PPM Projects and Project Tasks and am experiencing the following behaviors in the Percent Complete field on the Project and Project Tasks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't populate planned/actual effort but just populate Project Task % complete values...&lt;/P&gt;&lt;P&gt;All Project Tasks at 0 % complete =&amp;gt; project at 0 % complete.&lt;/P&gt;&lt;P&gt;All Project Tasks at mix of 0-99% complete =&amp;gt; project at 0% complete.&lt;/P&gt;&lt;P&gt;Any one Project Task at 100% complete =&amp;gt; project at 100% complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, If I put data in the planned effort and actual effort fields on all tasks, then the rollup calculations work based on the percent complete values in the tasks. &amp;nbsp; The effort values don't seem to actually do anything, but they need to be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This goes wonky if I have a task with no actual effort (ie. a task that hasn't started) then the percent complete calculations look like they recalculate only on the tasks that have actual effort values (throwing the whole % complete rollup calculation off as it is ignoring tasks with no actual effort) but calculate based on the % complete field values and ignore the actual effort values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this how it is supposed to work? &amp;nbsp; It looks like the calculations are all taking place in the following two business rules...&lt;/P&gt;&lt;P&gt;Update Parent's Percent Complete-EFFORT&lt;/P&gt;&lt;P&gt;Update PTask Parent's Percent Complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the overall results of this rollup would be far more accurate using one approach or the other&lt;/P&gt;&lt;P&gt;- Calculate rolled up % complete based on average of all % complete values (maybe weighted by Planned effort if it is there)&lt;/P&gt;&lt;P&gt;- Calculate rolled up % compete automatically based on total actual effort for all tasks / total planned effort for all tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate any comments as I'm not sure if I am missing some vital logic here or if I should do some tweaks to the calculation rules to try and make it behave more intuitively.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 22:05:44 GMT</pubDate>
    <dc:creator>karstenvan</dc:creator>
    <dc:date>2016-01-14T22:05:44Z</dc:date>
    <item>
      <title>Question on PPM percent complete rollup</title>
      <link>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998701#M12820</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find out if there is some documentation on the logic used in the Percent Complete rollup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing testing using a number of PPM Projects and Project Tasks and am experiencing the following behaviors in the Percent Complete field on the Project and Project Tasks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't populate planned/actual effort but just populate Project Task % complete values...&lt;/P&gt;&lt;P&gt;All Project Tasks at 0 % complete =&amp;gt; project at 0 % complete.&lt;/P&gt;&lt;P&gt;All Project Tasks at mix of 0-99% complete =&amp;gt; project at 0% complete.&lt;/P&gt;&lt;P&gt;Any one Project Task at 100% complete =&amp;gt; project at 100% complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, If I put data in the planned effort and actual effort fields on all tasks, then the rollup calculations work based on the percent complete values in the tasks. &amp;nbsp; The effort values don't seem to actually do anything, but they need to be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This goes wonky if I have a task with no actual effort (ie. a task that hasn't started) then the percent complete calculations look like they recalculate only on the tasks that have actual effort values (throwing the whole % complete rollup calculation off as it is ignoring tasks with no actual effort) but calculate based on the % complete field values and ignore the actual effort values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this how it is supposed to work? &amp;nbsp; It looks like the calculations are all taking place in the following two business rules...&lt;/P&gt;&lt;P&gt;Update Parent's Percent Complete-EFFORT&lt;/P&gt;&lt;P&gt;Update PTask Parent's Percent Complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the overall results of this rollup would be far more accurate using one approach or the other&lt;/P&gt;&lt;P&gt;- Calculate rolled up % complete based on average of all % complete values (maybe weighted by Planned effort if it is there)&lt;/P&gt;&lt;P&gt;- Calculate rolled up % compete automatically based on total actual effort for all tasks / total planned effort for all tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate any comments as I'm not sure if I am missing some vital logic here or if I should do some tweaks to the calculation rules to try and make it behave more intuitively.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 22:05:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998701#M12820</guid>
      <dc:creator>karstenvan</dc:creator>
      <dc:date>2016-01-14T22:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question on PPM percent complete rollup</title>
      <link>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998702#M12821</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The calc takes the percent complete from tasks and updates the Parent percent complete field. I believe the formula is something like "percentCalc = (workedDuration / totalDur) * 100; So if you had 4 Project Task and 1 task was 100% and another task was 35% and the remaining 2 were 0%, the Project Percent Complete would show: 33.75 (135% / 4 tasks) You can refer to this link for some additional details on percent complete: &lt;/SPAN&gt;&lt;A title="k-external-small" class="jive-link-external-small" href="https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/field-administration/concept/c_CreatingAPercentCompleteField.html" rel="nofollow" target="_blank"&gt;https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/field-administration/concept/c_CreatingAPercentCompleteField.html&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:13:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998702#M12821</guid>
      <dc:creator>Manjeet Singh</dc:creator>
      <dc:date>2016-11-15T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question on PPM percent complete rollup</title>
      <link>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998703#M12822</link>
      <description>&lt;P&gt;Do you know if this is still true in Jakarta?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2017 20:57:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/question-on-ppm-percent-complete-rollup/m-p/998703#M12822</guid>
      <dc:creator>michellewenning</dc:creator>
      <dc:date>2017-12-07T20:57:14Z</dc:date>
    </item>
  </channel>
</rss>

