Home » Developer & Programmer » Reports & Discoverer » check box choose (oracle reports builder )
|
|
|
|
Re: check box choose [message #657573 is a reply to message #657572] |
Tue, 15 November 2016 00:47   |
 |
Littlefoot
Messages: 21824 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Wait a minute; the way you wrote the initial message, I understood that you want to check (or uncheck) a checkbox directly on a report.
Your previous message, on the other hand, suggests that you are just displaying "yes" or "no", depending on a value stored (by form's checkbox item) into a table column. That's completely different.
Anyway: I'm glad you found the solution. However, you overcomplicated it, as a simple DECODE manages it quite well. So: in report's query you could have usedselect decode(state, 1, 'yes', 'no') state_description
from ...
where ...
|
|
|
|
|
|
Goto Forum:
Current Time: Wed May 28 00:27:00 CDT 2025
|