Thursday, March 8, 2012

Can I use Strings in iif?

Hi everyone.

Is it possible to put in a string value as one of the results? I'm trying to produce a string in the data table is the value is null so I want to do something like:

iif(somevalue is nothing, 'Other', somevalue)

Thank you in advance.

yes, but VB.net uses double quotes for strings

No comments:

Post a Comment