Re: Oracle Reports 2.x Question

From: Mike J Cox <mike_at_kane.demon.co.uk>
Date: 1995/07/22
Message-ID: <736478966wnr_at_kane.demon.co.uk>#1/1


Lee,

Dont know if it works in reports 2.x but in 1.1 you just concatenate the fields together into a wrapped separate each by chr(10) to get the line feed and make sure the field is set to wrap.

ie field1||

   decode(field2,'','',chr(10)||field2)||
   decode(field3,'','',chr(10)||field3)||
   decode(field4,'','',chr(10)||field4)||
   decode(field5,'','',chr(10)||field5)||
   decode(field6,'','',chr(10)||field6)||

Used it many time and worked a treat

Mike


Michael Cox          Input Technolgies Ltd
Email                mike_at_kane.demon.co.uk
Compuserve           100045.1715_at_compuserve.com

******************************************************************************
Received on Sat Jul 22 1995 - 00:00:00 CEST

Original text of this message