I can get the following arcade expression to work by its self in a new label expression.
var cogo_distance = $feature.Distance;
IIF(Right(cogo_distance, 3) == ".00", Left(cogo_distance, Count(cogo_distance) - 3), cogo_distance)
The expression removes any distance that ends with ".00" from showing as part of the label.
What I need help with is where to insert this into the default COGO label expressions that get generated with the parcel fabric.
Any help is greatly appreciated.
Robert.
ArcPro ver. 3.4.2
fgdb.