HOW TO
In ArcGIS Pro, labelling a feature class with fractions can be an efficient method to represent statistical analysis. For example, it can be used to determine the number of activated cellular towers over the total number of installed cellular towers in a town.
This article describes the workflow to create the fractions as labels using ArcGIS Arcade in ArcGIS Pro.
Note: In the Contents pane, on the List By Labeling tab, ensure the selected feature layer and feature class check boxes are checked to display the labels.
var numerator = $feature.MIN;
var denominator = $feature.MAX; return `<align horizontal ='center'><UND>${numerator}</UND>${TextFormatting.NewLine}${denominator}</align>`
The image below shows the fractions displayed as labels in ArcGIS Pro.
Get help from ArcGIS experts
Download the Esri Support App