PROBLEM
Inaccurate results when using field-based transparency in ArcMap.
Example: Mapping US_States by POP90_SQMI and using field-based transparency. Illinois and Georgia are symbolized similarly even though the data values are significantly different. Illinois has a population density of 203 persons per square mile, which is interpreted as 3% transparent. Georgia has a population density of 110 persons per square mile, which is interpreted as 10% transparent. Both states appear to have similar population densities on a map produced with these results.
Transparency by field interprets data values as a percentage transparency. Consequently, it does not deal well with values greater than 100. For values greater than 100, it performs a modulus operation on the value.
Code:
(100 * ([OldField] - <OldField Minimum>)) / (<OldField Maximum> - <OldField Minimum>)
Note:
Be sure to include the negative sign for negative values.
Article ID: 000004888
Get help from ArcGIS experts
Download the Esri Support App