decimaldegrees converts the specified value from decimal degrees to latitude/longitude coordinates for use in Map reports.
decimaldegrees([Field])
latitudefrompostal converts the specified value from postal code to latitude for use in Map reports.
latitudefrompostal([Field])
longitudefrompostal converts the specified value from postal code to longitude for use in Map reports.
longitudefrompostal([Field])
normalizestate translates state or province codes into a consistent format. For example, if your data contains AL, al, Alabama, and alabama, all four would be converted to AL by doing:
normalize([your state field])