P6 Calculated Project UDF to determine if project is not started, in progress, or completed?
Is there a way to setup a calculated project UDF in P6 to show if the project is not started, in progress, or completed?
I'm calculating this in the reports I'm creating, but it would help for users to see a column on the EPS page to show text if the project is not started, in progress, or completed. When I calculate in the report I am doing the following:
If(isblank(Actual Finish),if(isblank(Actual Start),"Not Started","In Progress"),"Completed")