Hello, I have an integer format parameter attributed to an area category for a tax code. We noticed that 10-digit codes starting with “3” or higher tripped something within Revit to treat the parameter as a formula field (see screenshot below). We can’t find any guidance on this online and as far as we know, integers can still be 10 digits if they are whole numbers. We are not seeing the same issue when we format the tax code ("PARID" below) as a “_number_” format so will do that, but thought this might be a bug you would like to be made aware of.
Hi,
The Integer has a maximum positive value of 2147483647 for 32-bit signed binary.
2^31-1 = 2,147,483,648.
So in your case, it is better to use a number data type parameter.
Select Accept as Solution and Likes are always welcome.
Ralph den Haan, (Lazy) BIM Specialist
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.