Hi Edgar, You are 100% correct, Synchro Void whole formula. The work around that I can think is: Need to create 3 Scripts, and you must run it one by one. 1. TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF( "% Completed", FLOAT, 0) 2. TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF( "% Completed", FLOAT, UFV("% Completed") + SUM(RESOURCE(STATUS_HISTORY("Default category")>="Cast").UFV("C40/50") / UFV("Total Concrete Volume") * 100 )) 3. TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF( "% Completed", FLOAT, UFV("% Completed") + 0.2*SUM(RESOURCE(STATUS_HISTORY("Default category")>="Hacked").UFV("C40/50")) / UFV("Total Concrete Volume") * 100 What do you think? It works for you? Best regards, Indrawan Wijaya
↧