I am attempting to create a field that auto-generates the parking ratio for buildings.
Whereas, the formula would be:
- A/(B/1,000)
- Where a = the # of parking spaces; b= the building RSF
The formula, I believe, should be: ${Properties.Parking Spaces}/(${Properties.Bldg. Size (RSF)}/1000)
However, it returns the 'Check Syntax' button returns "You used the wrong type of data in an argument. Check what you entered between the parentheses of your functions to make sure you put the right kind of data in the right place."
Note: I tried removing the "." and the (RSF) from the Bldg. Size fields, but that doesn't seem to help either.