I have tried the following from NailDylna and I am getting a validation error. Incorrect syntax near (.
CASE WHEN
(SELECT COUNT([@field:SMNUnique]) FROM tblSubmission WHERE [@field:SMNUniqueCalc] = [@field:SMNUnique])
THEN
'Exists'
ELSE
'Does not Exisit'
END
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Hiperf
I have tried the following from NailDylna and I am getting a validation error. Incorrect syntax near (.
CASE WHEN
(SELECT COUNT([@field:SMNUnique]) FROM tblSubmission WHERE [@field:SMNUniqueCalc] = [@field:SMNUnique])
THEN
'Exists'
ELSE
'Does not Exisit'
END
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.