Attribute Assistant IF Statement

689
2
Jump to solution
03-03-2020 04:56 PM
JustinNettleton1
New Contributor III

I am working on an Attribute assitant IF statement. I am following replicating everything I am seeing on online but features won't update.  Does anyone see any issues with my statement?

IIF([lgcyPreDir] ="E", "EAST", IIF([lgcyPreDir]] ="N", "NORTH", IIF([lgcyPreDir]] ="W", "WEST", IIF([lgcyPreDir]] ="S", "SOUTH",""))))

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
BenTurrell
Occasional Contributor III

Hey Justin Nettleton‌,

IIF([lgcyPreDir] ="E", "EAST", IIF([lgcyPreDir]] ="N", "NORTH", IIF([lgcyPreDir]] ="W", "WEST", IIF([lgcyPreDir]] ="S", "SOUTH",""))))

Is there extra ]'s? I've highlighted them above.

Thanks,

Ben


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.

View solution in original post

2 Replies
BenTurrell
Occasional Contributor III

Hey Justin Nettleton‌,

IIF([lgcyPreDir] ="E", "EAST", IIF([lgcyPreDir]] ="N", "NORTH", IIF([lgcyPreDir]] ="W", "WEST", IIF([lgcyPreDir]] ="S", "SOUTH",""))))

Is there extra ]'s? I've highlighted them above.

Thanks,

Ben


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.

JustinNettleton1
New Contributor III

Wow, I stared at this for 30 mins and never noticed this. That was the issue. Thanks

sometimes it just takes another pair of eyes.

0 Kudos