Hi I am trying to write a script in interpreter with this code by counting resource status with complete and return as string as well as get 3d resource and return as string to get a 3 / 10 result with the code below TASK(SELECTED) ASSIGN_UF("Result",STRING, STRING(COUNT(RESOURCE(STATUS_HISTORY("Default category")>="Complete)) + "/" + STRING_PROPERTY("3D Resources")) however, it does not allow me to converted count into string with a warning "incorrect string lexem in math phrase" Would it be better if I run the count and save as separate user field first and join them together later?
↧