• The formula of the UF. Length

    Hi! I use the formula as in the screenshot below to output the maximum value from length, width and height, but the formula does not work. MAX(CALCULATE_X_SIZE, CALCULATE_Y_SIZE, CALCULATE_Z_SIZE) What could be the problem? Are there other ways…
  • Script or formula for UF to copy values

    Hi! I usually use Excel to copy information from one column of a custom field to another, but now there is a situation that this method is not suitable. The situation is like this - I need to copy the ”ID" of the work to the column of the User field…
  • Is it possible to add userfield data as an own window to the export or the animation?

    Is it possible to add userfield data as an own window to the export or the animation? For example: I want to show the volume of the currently appearing elements in a window in the animation. Thanks for answers Peter
  • Calculating the volume of 3D resources

    Good afternoon, tell me, please, is it possible to create a user field that will count the volume of a 3D resource? How to do it? Using a script? The model is made in revit, but there is no volume property in the elements
  • Calculate task user field from resource user fields with a conditional check

    I am trying to create a task user field thats sums up the value of a user field for resources assigned to a task, but only for resources that have a a specific value in a different user field. For example, SUM(RESOURCE.UFV(“Volume”)) where RESOURCE.UFV…
  • Hierarchy of Appearance Profiles

    Hey there, I have a question about the Appearance Profiles. Is it possible to create a hierarchy within the profiles ? Because of marginal conditions I have to link one element to more than one task. I want to track different statuses of one element…
  • Place multy values of the GUID of the object into a userfield of the connected task

    I want to place the GUID userfield of my object (BY Resource Properties/General/GUID) into the user field of my task properties. And all the GUID values of the ojbects that are connected to my task must go in that user field. Can some one help me with…
  • Insert an underscore between combined values of different user fields with scripting

    I Have an script where i Combine the value of several user fields in my resource properties, but to improve the reading I want between each of the parameter value an underscore. How can I become that in my script? Example: Parameter 1: ABD220 Parameter…
  • User field from Task ID

    Hello Everyone, I am trying to create a user field from the task ID using synchro script. The Task ID "6OB-A2-C310-4- D -1070" contrains the Discipline code D. When I create a user field from user field window and use the formula "MID(PROPERTY("ID"…