Posted on: 1/25/2014 12:52:38 AM | Views : 610

Is IIF supported graphically in SQDataSource editor for Visual Studio 2012?
IIf(Name='South', 'NoMatch', 'Match') as test
I know I can use the case statement but IIF doesnt seem to work.
You can put it directly into the SQL panel but not in the grid panel and then the table panel goes disabled. So I guess no graphical representation if you use IIf.
A better case for the CASE statement.
Is that the way it is? Or am I doing something wrong?

Go to the complete details ...