Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

Errors with ConditionalValue method if you don't surrond strings with quotes #184

Open chris-fox opened 7 years ago

chris-fox commented 7 years ago

It wasn't immediately intuitive to me that you needed to surround all strings with quotes in order to have the expression validated properly:

image

It would be nice if the tool handled this for you, similar to how with other methods I don't have to put quotes in or around the string.

image

JRosenfeldIntern commented 7 years ago

@chris-fox I've noticed this and worked around it when implementing the Unit Tests. If this has been changed please notify me. If not I'd be happy to give an attempt at solving it, though I'm not completely sure if it's on the .NET side of things or within the python.