I am using SAPDS Data Services Designer, moving data from 1 table to another. I want to use the CASE statement for a particular field, so that if the incoming field MATCH is 1, convert to 'TRUE' in the target field, else 'FALSE'.
In the field MAPPING box, I entered
CASE WHEN MATSCANRECORDS.MATCH = 1 then 'TRUE' else 'FALSE' END
(I have tried a few variations also)
But a Red X displays. Is my syntax wrong ? Or is CASE not supported ?
How can I achieve my result ?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.