Oracle reports...Most urgent clarification wanted

I am prasanth from india.I am a student.I am developing a simple project by using form builder and report builder. Actually,i have a problem in designing oracle report. Application name is 'voucher entry" now my output need is " if there are 100 voucher(for example), all the vouchers will have one field called "expenditure". Now i inserted all 100 records by using form builder. Now i want to print 5 records per page and i want sum of expenditure in all pages in such a way that first page total must be carrieforward to next page and now second page total i.e sum should be first page carrieforwarded amount + expenditure columns of second page and so...on. That is Sum should be printed in brought forward and carrie forward manner. If i tried sum built in function it is totalling the "Expenditure" coloumn at report end only. That is at last page..
please provide solution for above problem as soon as possible.

To get the running summary, simply create a summary that resets at report and a format trigger so that it only show the summary column on the fifth record.
If you want to print the sum from the previous page you can use a format trigger against the summary column field and store the value in a PL/SQL package variable. Then use another format trigger against the carry over field and the srw.set_field_numb() to update the field with the stored value.

Similar Messages

  • Time out error in oracle reports--very urgent

    Hi
    I have this oracle report on 9i which calls 14 other reports and runs them
    via a wrapper report which I run from a URL
    However I get this engine null crashed error or else Engine rwEng-0 is destroyed due to timeout error.
    From what I understand there is a timeout issue happening bcoz reports is taking a long time to run.Hence I increased the value of engineResponseTimeOut but it does not help either.Would you have any other idea to resolve this issue?
    Could someone plz tell me urgently how can this be resolved.This is on Oracle 9i.
    Thanks

    Hi Ravi kanth,
    You are using select * statement which is very time consuming and low performance. Dont use select * instead use select field1 field2.... into table itab  where field1 = s_field.  Use corresponding field names in the select statement.
    Follow the below rules.
    1) Dont use nested select statements
    2) If possible use for all entries in addition
    3) In the where addition make sure you give all the primary key
    4) Use Index for the selection criteria.
    5) You can also use inner joins
    6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
    7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
    <b>reward if useful</b>.
    Regards,
    sunil kairam.

  • Displaying files in Reports6 (Oracle Reports Team) URGENT

    HELP! I cannot come up with a solution to this problem as yet and
    I am desperate.
    I have two different file formats
    format 1: 4 fields ==> Branch, Policy Number, Due Date, Amount
    length :43 characters.
    format 2: 8 fields ==> the above plus others
    length :73 characters.
    NB. This is the structure of two separate client files.
    Aim: To display the contents of the files to the client.
    What has been tried:
    1. Text_io.getline was used to read each record from file into
    fields on the screen(this is done within a procedure). In
    the Data Model view the company name was retrieved so that
    the appropriate format (format 1 or 2)could be chosen. In the
    layout model depending on the company the corresponding
    fields were displayed. However when the program was run only
    the last record in the file was displayed. How does one get
    Reports6 to show all the records that was read?
    2. The repeating frame concept does not apply as I simply want
    to display files read and even when a select was done where
    I know the values would be repeated this did not work - only
    the last line of the file was displayed.
    3. Again another dummy select was tried with the intent of
    using the 'Read From File' property. This did not apply in
    my situation. ( Or it could be that I do not understand how
    to use this).
    Any help that is forthcoming is greatly appreciated.
    Thanks in advance.

    hello,
    this request sounds now more as if you want to use the text-file
    as a datasource.
    unfortunatly this is not possible with reports 6i as the support
    for text-files as datasources will be introduced with the next
    (upcoming) release.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • About Oracle  Reports very urgent

    can you pls explain me about what isOracle reportcaching,interactivereports and batched reports.

    pls refer [     Publishing reports to web  - 10G  ]see link below
    caching
    reports o/p is cached in oh/reports/cache so that if later a report with same cmd line param is requested, the c ached report is returned.
    interactive report
    - didnt get fully. It may mean report with embedded links which in turn will submit request to run other reports and hence being interactive
    batch reports
    - submitting a number of reports in batches to reports server in batch mode (batch=yes) and potentially scheduled using schedule cmd line parameter.
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i/10g ]
    9i - http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    10g - http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    ---------------------------------------------------------------------------------

  • Some issues in oracle Report need to resolved in BI Publisher

    Hi ,
    reallay i'm new in Bi Publisher technology (11g)
    and i have report bulit using ( oracle Reports Desginer)
    now i want to change to BI publisher
    but some issues faces me
    like
    1- Formula Columns
    2- PlaceHolder
    3- Format trigger
    4- Blob data type store images --> how to show the image
    5- Lexical Parameters ( ex : &p_where)
    i don't like to use converter i want to make new report in BI Publisher
    how can i solve these issues in Bi Publisher 11g .

    >
    i don't like to use converter i want to make new report in BI Publisher
    >
    you can try to convert oracle reports to bip and you'll see answer to some questions
    >
    how can i solve these issues in Bi Publisher 11g .
    >
    lets start from http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/index.html
    Some questions to BI-Publisher
    Some questions to BI-Publisher

  • Oracle report-how to change report layout to landscape?

    Hi,
    I am using Oracle report 6i. I want to change the report layout to Landscape. I had tried to go to 'page setup' and changed to 'landscape', but when I print, I still got portait layout.
    Can anyone help me? Thanks.
    Jun

    Hi,
    Easiest method for changing your reports orientation to Landscape is
    Go to object navigator->System parameters->Orientation.
    Set value of this system parameter as Landscape. Thats all. You also can set this property using srw. features at runtime.
    Regards
    Santa

  • Print another PDF inside Oracle Report

    We print an oracle report to PDF via oracle Forms, some customers have seperate PDFs that they want to link to the run oracle report.
    Ideally they want to merge the two into one document. Has anyone had any exprience of this or know of annyway to acheive it?
    I know there are a few 3rd party software providers that caim to merge 2 pdfs but wondered the community thoughts?
    Thanks

    I did do a search and found the itext librarys but also when searched with oracle found that others were looking for ways to build it into the oracle application server.
    I wondered if this had been something that Oracle had looked into acheiving that is all and when you suggested i look at examples i didnt know if you meant an oracle example.
    Thanks ill review the website and see if i can get what i need.

  • Drill Down Report on Web (Help Most Most Urgently)

    We are developing Drill Down Reports in Oracle Report 6i using button.But for the web it is treating button as image no an action taking object. I want to call another report (Drill Down Report) on regarding perticular row. And please help to call form finally with the help of button or any object in Report.
    Please help me Urgently.
    Thanks in Advance.

    in the format trigger for the button use something like :
    srw.set_hyperlink('http://servername/dev60cgi/rwcgi60.exe?run+report=drill2+userid=scott/tiger+destype=cache+desformat=htmlcss+server=rep60+p1='&#0124; &#0124;:deptno);
    null

  • FI Reports ***Pls Most Urgent***

    Hi Friends,
    Can you please help out for FI reports.
    Reports are: 1. Balance sheets by profit center 2. Income statement by functional area.
    Here my question is:
    1. Is this reports are available in SAP?
    2. if not How to develop because which are very big and complex it looks.
    3. what is the best way to develop these reports..
    4. Is it need to develop from top to bottom. Pls advice me and help me out how to do it. if any body develop send me some outlines.
    Can pls help most urgent and immediate need for my client.
    I will highly appreciate and reward points  as well.
    Yoga.

    Well, I would suggest you retrieve the data from the database, parse it, convert it to gif/jpeg and then show it.

  • Urgent : Oracle Reports Server 9.0.4.0.0 Japanese fonts

    Hi,
    I have one problem in displaying Japanese fonts in Reports Server.
    I have installed Oracle Reports Server (9.0.4.0.0) by selecting radio button -
    ' Use Unicode (UTF8) as the Character Set'
    while installing Infrastructure. But I didn't choose any Prodcut Language at the time of Middle Tier Installation.
    I changed the value of NLS_LANG to JAPANESE_JAPAN.JA16JIS in registry for both Infra as well as Middle tier homes. Both are on same machine.But no able to display the report in Japanese Fonts. It gives me following error -
    REP-501: Unable to connect to the specified database.
    Could anybody help me resolve this issue ? Its urgent.
    Thanks in anticipation

    I would advice you to install a new mid tier with Japanese language.
    Regards
    Pavna

  • Oracle reports error--Very Urgent

    Hi
    I have this oracle report which calls 14 other reports and runs them
    the main report I run via a link.
    However I get this engine null crashed error or else Engine rwEng-0 is destroyed due to timeout error.
    Could someone plz tell me urgently how can this be resolved.This is on Oracle 9i.
    Thanks
    Message was edited by:
    user497328

    You do know there is a Reports forum? You may find better luck Reports.
    Which version of Reports? Which version of App Server? Does this report ever run? Have you tried it with a subset of the called reports? Is it one particular report that causes the problem?
    Cheers, APC

  • Urgent - Is it possible with Oracle Reports

    Hi Friends,
    I want to generate a report with multiple databases.
    I have some part of data in oracle data base and some in sql server.
    How can I generate a report with oracle data and sql server data at a time ?
    How can I connect to both the dB's simultaneously ?
    Is it possible with oracle reports ?
    If not what is the other tool in oracle products ?
    thanks for your help.
    Have a good day.
    srini

    You should use a dblink or the heterogenous connection

  • URGENT:Oracle reports pdfs

    Hello,
    I am working on oracle reports10g(10.1.2.0).i am new to it.Can anyone help me in finding good developer guide to learn oracle reports .

    Hi,
    not bad is the visual index in the docs: http://download.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_visidx.htm#i1015533
    But best is a two-day coaching with someone ....

  • Oracle Reports Security Settings page is blank--Urgent Please

    Hi All,
    When i click on "Oracle Reports Security Settings" under Administer tab and i'm getting a blank page. I didn't see any error messages.
    Pl. help.
    Thanks,
    Sapna

    Please refer to duplicate thread on the same topic at
    error getting value from collection to a date picker field

  • Oracle Reports Security Settings is blank(Urgent please.......)

    Hi All,
    When i click on "Oracle Reports Security Settings" under Administer tab and i'm getting a blank page. I didn't see any error messages.
    Pl. help.
    Thanks,
    Sapna

    Please refer to duplicate thread on the same topic at
    error getting value from collection to a date picker field

Maybe you are looking for

  • Cannot see a particular file on an External Hard Drive- file is not hidden!

    Hi folks, I think this should be a common problem, but I couldn't seem to find an exact match to my topic in the search, so I hope you guys don't mind helping me out if this has been asked before! Well my problem is basically stated in my subject. A

  • How can I set the text feild in a form to print out the entire feild?

    Right now it's only printing out what shows in the box, I want the box to expand when printed and show all the text entered in the field, how can I set it to do that?

  • Only first line

    Hi, I have this select sentence: SELECT /BIC/ID_BIEN /BIC/ZI_CLBI /BIC/ZIDATFPBE /BIC/ZIDATIPBE /BIC/ZIPORPBE FROM /BIC/AZIOBIPEb00 AS B INNER JOIN /BIC/AODSEPERB00 AS E ON B~/BIC/ID_EPER = E~/BIC/ID_EPER WHERE E~/BIC/ID_PERS = '50' and E~/BIC/COD_TE

  • Please tell me table that stores texts in Sales Orders

    To everyone, Does anybody know which table stores text in sales orders(VA01 screen -> item data -> under texts tab)? I would like to create a query or ABAP report to check data entered in the text field but I don't think it is in VBAK or VBAP. Thank

  • CT-3 form creation for procurement cycle

    dear experts !!! CT-3 certificate is required to be obtained from the Range Superintendent of Central Excise on the basis of which a 100% EOU can procure duty free indigenous goods. CT_3 is always quantity based and value based. After receipt of mate