That is a very good answer.
What product is this for? You posted to the Survey123 board.
thanks
Do you have a preference as to which label expression profile is being used? You've got the python and vbscript tags both on here.
In the expression, try something like this:
def FindLabel ( ): a, b, c = [CP_N], [CP_S], [CP_W] if a > b and a > c: return a elif b > c: return b else: return c FindLabel()
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.