Back to Prompt Library

Change order value as % of contract

Shows change order totals per job as a percentage of the original contract — flagging jobs where scope has grown significantly beyond what was originally agreed.

Using my Knowify data, run the JobsReport for active jobs within [date range] and return ProjectName, ContractTotal, ChangeOrders, and original contract value (ContractTotal minus ChangeOrders). Calculate change orders as a % of current contract. Flag any job where change orders exceed 15% of the original contract.