Hi,
Is it possible to put a like('') function inside a decode function as follows:
I am attempting to decode a value and if it contains an underscore I want to display 'Has Underscore', else 'No Underscore'.
Can this be done? I keep getting errors!
Is it possible to put a like('') function inside a decode function as follows:
Code:
DECODE(Reference,like('%_%'),'Has Underscore','No Underscore')
Can this be done? I keep getting errors!