As part of my schedule, I am trying to create a new parameter equal to elevation from level + 60000.
However, I am not sure what the problem is!!
Gelöst! Gehe zur Lösung
Gelöst von kostask_oionei. Gehe zur Lösung
Gelöst von Mike.FORM. Gehe zur Lösung
Gelöst von L.Maas. Gehe zur Lösung
I expect the elevation from Level has unit of length. Now you want to have a number. Revit does not know how to convert length to number.
Normally you can fix it by dividing. So "Elevation from Level/1 + 60000".
Basically Revit than will divide "Elevation from Level" by 1 (Revit assumes length unit) converting it to a number. Sometimes you have to play around with it or force it more (e.g "Elevation from Level/1 mm + 60000) to get it to work.
Louis
Please mention Revit version, especially when uploading Revit files.
If you are making your calculated parameter a 'length' type you should not need to divide by 1.
You only need the division when you had it set to a 'number ' type so that it removes the units.
Hi,
take a look below. Both work.
If my post help you, please give a like.
If your question was answered please mark it with ACCEPT SOLUTION. This helps others to find answers...
Kostas Kouris
Architect Engineer, M.Sc., ACI, ACP
Take a look at your "Formatting" dialog in schedule -> maybe there is a problem there, as it is not showing any value in the schedule cell
I expect you have grouping on, "Itemize every instance" unchecked on the sorting tab of the schedule. In that case Revit will not automatically add up the values. On the Format tab you will have to activate a calculation method on that particular field to get values in the column
Louis
Please mention Revit version, especially when uploading Revit files.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.