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
Developer Days are back there a little:
Within the field, you can put PL/SQL(I can't remember where.
On Other fields, put this code in there:
if :comment_field is not null then
return false;
else
return true
end if;
Received on Wed Oct 07 1998 - 15:43:31 CDT