Ad

Monday, October 24, 2011

How to reduce Parcel Area precision to less than 1

Sometimes when you are doing conceptual work you may want convey less accuracy in a parcel label. For instance maybe you want to show the value to the nearest 100 SF of area. This is quite easy to accomplish with expressions.

First create the expression. Next use a formula that will calculate the precision that you are looking for. The expression would be similar to this:

ROUND(AREA/100)*100

Replace the Area with the expression property. The expression is finding what the hundreds value should be by rounding the area of the parcel by 100. Next we want the area to be the correct value so we multiply 100 to the result to get the correct magnitude of the area value. Make sure to set the expression type to Area to get all of the text component values you are used to.

Got an expression problem you want solved? Send me an email to get a quote on an expression to solve your challenge.

No comments:

LinkWithin

Blog Widget by LinkWithin

Ad