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()
That is a very good answer.
What product is this for? You posted to the Survey123 board.
thanks