I'm trying to do a decode in Oracle where if a certain value is null we apply text to it in the report results. The decode statement works in SQL+; however, when I run MSTR it shows as missing a right parenthesis. MSTR won't let me add another parenthesis ??? Help -- what did I screw up?
ApplySimple( "DECODE((#0),'CS - Sponsorship/Donation',NULL
,DECODE((#1),NULL,'Subtype
Not Available,wotype2)"
,TYPE, WOTYPE2)
%-)
ApplySimple( "DECODE((#0),'CS - Sponsorship/Donation',NULL
,DECODE((#1),NULL,'Subtype
Not Available,wotype2)"
,TYPE, WOTYPE2)
%-)