troberts
2007-12-04, 10:24 PM
I want to enter a Conditional Statement for a Foundation Field. Revit help says that, A conditional statement uses this structure:
IF (<condition>, <result-if-true>, <result-if-false>)
I want: IF (Length = 0, "See Plan", Length)
I keep getting a "Inconsistant Units" error.
What do I need to do to fix this?
IF (<condition>, <result-if-true>, <result-if-false>)
I want: IF (Length = 0, "See Plan", Length)
I keep getting a "Inconsistant Units" error.
What do I need to do to fix this?