Since I've started to heavily use expressions I get this once in a while.
Ex: Expressions
Name Formula
Percentage_Clearance = p865 ( This value pulled from the attribute table) Actual Value = .08
T_Matl_X = "XXXX - 050 - 1"::T" (This value pulled from another part) Actual Value = .029
If I combine them in an expression like this:
Percentage_Clearance*T_Matl_X
I get this error: "Area was found where length was expected"
If I just change just 1 of the 2 expression names to the actual value like this:
Percentage_Clearance*.029
I get the correct result = .00232
Attribute type is Number and Length.
Is there a good reason why this doesn't work???
TIA
Dave
Ex: Expressions
Name Formula
Percentage_Clearance = p865 ( This value pulled from the attribute table) Actual Value = .08
T_Matl_X = "XXXX - 050 - 1"::T" (This value pulled from another part) Actual Value = .029
If I combine them in an expression like this:
Percentage_Clearance*T_Matl_X
I get this error: "Area was found where length was expected"
If I just change just 1 of the 2 expression names to the actual value like this:
Percentage_Clearance*.029
I get the correct result = .00232
Attribute type is Number and Length.
Is there a good reason why this doesn't work???
TIA
Dave