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()
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.