Comentario
07-01-2020
02:46 AM
07-01-2020
02:46 AM
In my schedule, some elements consist of a total cost based on a Length parameter. Formula = ([meter price] *[length (mm)] /1000). Other Elements in the same schedule are not Line Based, so their formula is ([unit price]* [Unit Count Total]) .
So far no problems.
When i try to combine the two elements in a total cost parameter (([meter price] *[length (mm)] /1000)+([unit price]* [Unit Count Total])), Revit ignores the row value for the element based on number of units. This is because i can't ignore the Null value for the Length parameter in the element based on unit count.
In programs like Excel and Access it is possible to ignore ''blank'' Null values. So it should be possible in the year 2020 to use it in Revit aswell.