Hi everyone.. I have a different resource UF net volume name for each type (column, beam, etc). How do you create a task UF with a value taken from a different UF Resource name? Thank you..
Hello Way,
Please try adapting the following Task UF Formula for your specific use case -
IF(EXIST(RESOURCE.UFV("Beam Volume")) , SUM(RESOURCE.UFV("Beam Volume")), IF(EXIST(RESOURCE.UFV("Slab Volume")) , SUM(RESOURCE.UFV("Slab Volume")), IF(EXIST(RESOURCE.UFV("Column Volume")) , SUM(RESOURCE.UFV("Column Volume")), "")))