data-assistant icon indicating copy to clipboard operation
data-assistant copied to clipboard

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

Open chris-fox opened this issue 8 years ago • 1 comments

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

chris-fox avatar Jul 05 '17 20:07 chris-fox

@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.

JRosenfeldIntern avatar Jul 20 '17 00:07 JRosenfeldIntern