Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to suppress columns in report 2.5

Re: How to suppress columns in report 2.5

From: Frenchy461 <frenchy461_at_aol.com>
Date: 7 Oct 1998 20:43:31 GMT
Message-ID: <19981007164331.13634.00007225@ng-fc2.aol.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US