Home » Developer & Programmer » Reports & Discoverer » Help req
Help req [message #157910] Tue, 07 February 2006 03:09 Go to next message
vinu.m@naizak.com
Messages: 6
Registered: June 2005
Junior Member
I have a status column haveing values "A", "C", etc. I need to display "Approved" instead of "A", "Closed" instead of "C" in the report. How can i do that? Thanks in advance
Re: Help req [message #157935 is a reply to message #157910] Tue, 07 February 2006 05:32 Go to previous message
Littlefoot
Messages: 21811
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Using the DECODE function:

SELECT DECODE(status, 'A', 'Approved', 'C', 'Closed', 'Unknown')
FROM ...
WHERE ...
Previous Topic: discoverer client 3.1 - NO EUL TAB under Tools/options
Next Topic: how to call a form from a report
Goto Forum:
  


Current Time: Fri Jun 28 15:43:05 CDT 2024