I'm tying to output a field in a query based on another field, but need to "DECODE" the value:
Census: iff(FLAG="Y","N","Y"
The new field is named Census.
I want to display a Y if the FLAG is N, and vice versa.
FLAG is a field in the table on which the query is based.
But I keep getting syntax errors.
Anyone with a solution?
thanks.
Census: iff(FLAG="Y","N","Y"
The new field is named Census.
I want to display a Y if the FLAG is N, and vice versa.
FLAG is a field in the table on which the query is based.
But I keep getting syntax errors.
Anyone with a solution?
thanks.