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 -> Reports 2.3/3.0

Reports 2.3/3.0

From: Sandeep Sodhi <ssodhi_at_icon.com>
Date: Mon, 21 Sep 1998 14:13:31 GMT
Message-ID: <36066E4E.1F47AC08@icon.com>


Hi Everybody!!

 Have a simple question in reports..I want to design reports using the   oracle reports 3.0 which is almost similar to 2.5.

    Now I already have the standalone stored procedure whcih produces the an ascii report .The logic is as follows

         {
              make column headings
               open a cursor
                iterate cursor
                compute and print value on each row
                close cursor..
            }
     The  iteration is necessaty as column values  are checked for some
conditions before computin

             How do I put the above logic in the reporting tool..

             thanks in advance..
             If you want I could send you the code

             I am not a oracle guy...work on java.
             sandeep

Received on Mon Sep 21 1998 - 09:13:31 CDT

Original text of this message

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