Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to suppress columns in report 2.5
Frenchy461 wrote in message
<19981007164331.13634.00007225_at_ng-fc2.aol.com>...
>
>Developer Days are back there a little:
>
>Within the field, you can put PL/SQL(I can't remember where.
It's the field's FORMAT trigger.
>
>On Other fields, put this code in there:
> if :comment_field is not null then
> return false;
> else
> return true
> end if;
>
Received on Fri Oct 09 1998 - 06:00:51 CDT