Hi Arpit, This question came from one of users I am working with but I haven't heard if this was possible with third party application. Thank you! I created the constant, the script (a bit different than my initial formula) and it worked, thank you! TASK (PROPERTY("Planned Finish") FocusTime) ASSIGN_UF("% at Focus Time", FLOAT,0) TASK (PROPERTY("Planned Start") = FocusTime) ASSIGN_UF("Focus Time", INT, FocusTime) TASK (PROPERTY("Planned Start") = FocusTime) ASSIGN_UF("Start Time", INT, PROPERTY("Planned Start")) TASK (PROPERTY("Planned Start") = FocusTime) ASSIGN_UF("Duration at Focus Time", FLOAT, UFV("Focus Time") - UFV("Start Time")) TASK (PROPERTY("Planned Start") = FocusTime) ASSIGN_UF("Duration Time", FLOAT, PROPERTY("Planned Duration")) TASK (PROPERTY("Planned Start") = FocusTime) ASSIGN_UF("% at Focus Time", FLOAT, (UFV("Duration at Focus Time")/ UFV("Duration Time"))*100)
↧