How To: Create Fractions as Labels Using Arcade in ArcGIS Pro
Is it possible to get the same fraction label result as showed in the above link?
I find a similar post for online, but not the result I am expecting
How To: Create Fractions as Labels Using Arcade in Portal for ArcGIS and ArcGIS Online Map
Currently our rendering of labels does not support formatting tags but it is something we are looking into.
The best solution that I can think of is to create two different labels. One label for the numerator and one for the denominator. Then, for the labeling, you would simply create a concatenated text like so:
Concatenate([9,'_____',16],'/n') //9 is the numerator and 16 is the denominator
This may or may not get you close to what you are looking for but it might work for the time being.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.