Re: check box in Oracle Report
"Tony Andrews" <[email protected]> Wed, 26 Feb 2003 17:12:37
| Newsgroups | gmane.comp.db.oracle.devel |
|---|---|
| Message-ID | <LYRIS-1796914-889500-2003.02.26-16.56.03--gcdod-oracle#[email protected]> |
I don't believe Oracle Reports has a check box option for displaying values. I think you have to fake one like this: SELECT DECODE(value,"Yes",'X') check_box_value FROM ... Then give make the item square and give it a visible border. It's not elegant, but it works! --- Change your mail options at http://p2p.wrox.com/manager.asp or to unsubscribe send a blank email to [email protected].