Hello, How can I make a formula in a custom user field that adds the length of the element based on the parameter named "lenght" or a created parameter called "ACC_MG_Largo", that is, a parameter with another name. The elements can have one or the other parameter. So far I have something like that, but it doesn't work for me. First parameter sum: SUM(RESOURCE.UFV("Family Parameter: ACC_MG_Largo")) Second parameter sum: SUM(RESOURCE.UFV("Length")) first and second parameters in the same formula would be something like this? : SUM(RESOURCE.UFV("Family Parameter: ACC_MG_Largo")) OR SUM(RESOURCE.UFV("Length")) Thanks
↧