Select to view content in your preferred language

Attribute Assistant - Calling a value method in an expression

474
0
03-26-2020 10:48 AM
KhoaPham
Emerging Contributor

I have the following Attribute Assistant rules

Is it possible to have a solution where I can combine the two rules to accomplish this scenario:

"When the TRANSMISSIONCODE field >0 populate the PRESSUREZONE field with "635", else populate the PRESSUREZONE field with the ZONEID value of the intersecting WaterPressureZone polygon"

Is it possible to call the INTERSECTING_FEATURE value method from within the expression in the second rule such as something like this:

IIF([TRANSMISSIONCODE]>0, "635", INTERSECTING_FEATURE|WaterPressureZone|ZONEID)  

I did try the above but it doesn't work.  Just wondering if anyone has any ideas (no matter how wild, involving AA, or not, but maybe just might work) they could share....

Thanks in advance.

 

0 Kudos
0 Replies