MikeCopeland
Programmer
Using CR 8.5...
I need to use the result of a formula I've developed as a component of my Select statement - the formula is named isOkay and returns values of 1-4. My current "where" clause is:
WHERE Referral."ClientLastName" <> 'TEST'
to which I want to add
"AND @isOkay = 4".
I get runtime errors when I try this, so I'm sure I have the syntax wrong... I can't find any reference in the Help for such a technique. Any thoughts? TIA
I need to use the result of a formula I've developed as a component of my Select statement - the formula is named isOkay and returns values of 1-4. My current "where" clause is:
WHERE Referral."ClientLastName" <> 'TEST'
to which I want to add
"AND @isOkay = 4".
I get runtime errors when I try this, so I'm sure I have the syntax wrong... I can't find any reference in the Help for such a technique. Any thoughts? TIA