attribute assistant/intersect_stats/using an expression

2487
0
09-24-2015 04:41 PM
KiraNelson
New Contributor

I want to use atttribute assistant to get the diameter of a pipe, and use it to fill the diameter field of an intersecting/end point (could be either). I was using INTERSECT_STATS to get the minimum value (if two pipes touch the point, get the smaller diameter). The problem is our domain for pipe diameters has "other" as -1 and "unknown" as 0. In that case I would like to use the diameter from the other intersecting pipe. I want to do some sort of "if [Diameter] NOT IN ( -1,0) then use minimum diameter, else use max" Is this type of thing possible?

0 Kudos
0 Replies