Do the Max and Min functions still work within the Field Calculator?
I have multiple fields with elevations (A, B, C, D, E, F, and G) that I would like to pull out the maximum value in a new field (ELEV).
I tried ELEV = MAX([!A!, !B!, !C!, !D!, !E!, !F!, !G!]) like I've done in the past, but it wont work.
I'm about to freak out...am I doing something stupid or what?
Please Help.
Solved! Go to Solution.
you toggled on the Python parser at the top of the dialog right? and you didn't put in the ... ELEV = ... part right? and did you use small case .... max ... since python is case sensitive
you toggled on the Python parser at the top of the dialog right? and you didn't put in the ... ELEV = ... part right? and did you use small case .... max ... since python is case sensitive
Thank You. I'm pretty sure I did use capitals.
It's working now.
Thanks Again.