Strategic Planning Workspace - Freeform Roadmap Percent Complete Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 02:14 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
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.”
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.