Strategic Planning Workspace - Freeform Roadmap Percent Complete Field

samuelbingham
Tera Contributor

Hello all, does anyone know how the Percent Complete Field is calculated in the free - form roadmap? I just would like some clarification on this. The percent complete field belongs to this table: sn_align_core_custom_planning_item_1

1 REPLY 1

M Iftikhar
Mega Sage

Hi @samuelbingham,
 

The Percent Complete field represents the percentage of work completed for a given planning item. I looked into the product documentation and business rules, and found that it’s calculated in roadmaps (for any planning item) using the formula: 

percentCalc = Math.round((workedDuration / totalDur) * 100); 
 

One of the business rules handling this is called “Update Parent's Percent Complete.” 

ifti122_0-1757430147781.png

 

 
Thanks & Regards, 
Muhammad Iftikhar 

 
If my response helped, please mark it as the accepted solution so others can benefit as well.