Hi,
I am unable to figure out how I can format labels using ArcCade or Python.
I have 2 fields (row, col). Row can be empty at some location. I want to show col only. How to setup a condition.
It displays "-col1" when row is empty. My syntax is
$feature.ROW + '-' + $feature.COL
please help!