Hello,
I am quite a noobie to the expression labeling. I have done some traffic counts at an intersection and was wanting to label each direction according to the ADT and MPH. I am having trouble figuring out how to exclude any null data. I have attached a picture.
Here is my expression in arcade language.
Thank your for your time.
$feature.North + ' NB ' + $feature.eightyfifth + ' MPH ' + TextFormatting.NewLine + $feature.South + ' SB ' + $feature.eightyfift + ' MPH ' + TextFormatting.NewLine + $feature.East + ' EB ' + $feature.eighty + ' MPH ' +
TextFormatting.NewLine + $feature.West + ' WB ' + $feature.eightfive + ' MPH '