D2k report

Hi all,
I would like to know how a d2k report can be saved in excel format. I am working with oracle 8i.
lacchhii

This is not a Forms forum - this is a PL/SQL forum. Kindly post your problem here ->
Forms
And, marked this post as answered to close this thread here.
Regards.
Satyaki De.

Similar Messages

  • D2k report query , want to develop in obiee 10g

    Hi,
    I have a d2k report query, the result what i am getting in d2k report can i get the same result in obiee 10g.
    my query in d2k report auery is like :
    select a.vndr#,b.vndr_name,a.cust_type_cd,c.cust_type_e_dsct,a.branch_cd,d.branch_e_name,(sum(nvl(a.sales_total_value,0))-sum(nvl(a.return_total_value,0))) net_sales_value,count(distinct(a.cust#)) cust_count
    from cust_net_sales_tmp a,vendor b,cust_type_codes c,branches d where
    a.vndr#=b.vndr# and
    a.branch_cd=b.branch_cd and
    a.cust_type_cd = c.cust_type_cd and
    a.cust_type_cd between :f_ctype and :t_ctype
    group by a.vndr#,b.vndr_name,a.cust_type_cd,c.cust_type_e_dscr,a.branch_cd,d.branch_e_name
    order by a.vndr#,a.cust_type_cd,a.branch_cd
    thank you.
    please suggest..

    Hi,
    The presentation variable is being passed correctly, but still the date value is not persisiting.
    I have two prompts, both having presentation variables passed into them;One of the prompt value is being persisted but the other one(here date) is not.
    I am not able to justify this issue as the problem is very vague. I dont see any reason for this issue to come up.
    Anyways I am still trying to figure out the problem.
    Regards
    Ankita

  • Converting Crystal reports to Oracle D2K reports or BI Publisher

    Hi I have one requirement
    I need to convert crystal reports to oracle D2k reports is there any tool which will make my work easier
    any body who has work on it please suggest.
    Thanks in advance
    Edited by: Qwerty on Jul 9, 2010 12:44 PM

    check this it may help
    http://www.oracle.com/technetwork/middleware/bi-publisher/convert-to-bi-publisher-11g-1611815.pdf ( page 25 - 45 )
    http://download.oracle.com/otndocs/xmlp/CrystaltoBIP.pdf

  • How to compile 600 d2k reports at a time.

    I have done import oracle database 8i in new server, how I can recompile reports developed in oracle d2k at a sigle go.
    as it is very tedious to compile one by one and time consuming everytime i import database. without recomile the reports does not work.

    Hello,
    Is this what you are looking for? You can create procedure from this and call it from application side
    DECLARE
    CURSOR mycur
    IS
    SELECT object_type, object_name FROM user_objects
    where status='INALID';
    v_sql VARCHAR2 (100);
    BEGIN
    FOR cur IN mycur
    LOOP
    v_sql :=
    ' ALTER ' || cir.object_type || ' ' || cur.object_name || ' COMPILE';
    EXECUTE IMMEDIATE v_sql;
    END LOOP;
    END;
    Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Email a d2k report

    Hi folks,
    i would like to know how can one email a report developed in d2k in the format shown in the report previewer to another user.
    null

    hello,
    use DESTYPE=MAIL and use DESFORMAT to specify the format of the attachment.
    DESNAME would be the recipient.
    regards,
    the oracle reports team

  • Help needed with Formula in D2K Reports 6i

    I'm trying to write a formula in Developer Reports 6i.The PL/SQL code that I have written isn't getting compiled successfully.I am pasting the code below. Could anyone please tell me where the mistake lies???
    function CF_1Formula return Number is
    declare
    desc varchar2(50);
    amount1 number;
    begin
    SELECT MST_SAL_COMP.vc_sal_desc into desc FROM MST_SAL_COMP,DT_SAL_SLIP,PERSDET where
    <some joining conditions>;
    if desc='BASIC' then
         return amount1;
    end if;     
    exception
         when no_data_found then
              return null;
    end;

    You should rename the variable "desc", as this is a reserved word
    Cheers,
    Gareth

  • Problem with getting a D2K report in XML format

    Hi all,
    Could any body give a solution for this problem.
    I have a matrix report like following:
    Q_Statement_Of_Net_Assets ----> main query
    |
    G_Cross ----> Cross product
    | CS_VALUE
    | CS_NET_ASSET
    | CF_COSTI
    |
    | --------------------------------- |
    | | G_CTIF | | ------> Like this I have two more groups
    | --------------------------------- |
    ...... |
    -----------------------------------------------|
    My requirement is i want to print CS_VALUE, CS_NET_ASSET, CF_COSTI values in XML report, these values i am getting in a Normal/RTF format reports.
    But i am not getting in XML format report.
    thanks in advance.
    Vasu

    Thanks Schellyc
    actually I want to creat a new SOAPMessage for the very beginning like this:
    try{
                MessageFactory mf = MessageFactory.newInstance();
                SOAPMessage msg = mf.createMessage();
                SOAPPart sp = msg.getSOAPPart();
                //create the header container
                SOAPEnvelope se = sp.getEnvelope();
                SOAPHeader sh = se.getHeader();
                SOAPBody sb = se.getBody();
            }catch(Throwable e) {
                e.printStackTrace();
            }and I want to get the empty header from this newly created SOAPEnvelop and add my own content into the header as well as the empty body.
    I wrote the code by following the example from the jaxm api.
    can anybody tell me any further information about the NullPointerException?

  • ORA-01422- exact fetch returns more than requested number of rows in D2K Report

    Hi All,
    Greetings.
    I am using a report which is being called from the from in one of my application. The report is working fine from quiet a long time. I have an error with a particular record alone and it is working fine for all other records.
    When I try to run the report, I am getting the error as Rep-1401- 'cf_vatformula' : Fatal pl/sql error occured.
                                                                                ORA-01422- Exact fetch returns more than requested number of rows.
    I opened the formula column and run the sql codes that are used in the formula column cf_vat and all of them are working fine. None of them are fetching more a single row. But, when I run the report, I am getting the same error as mentioned above.
    Please help me resolve the issue ASAP. Thanks in Advance.
    Regards,
    Bhaskar.

    Hi InoL,
    Thanks for your time.
    I am sure that there is no other procedure used in cf_vatformula. It has select queries in and all of them are fetching the data not more than a single row.
    I have tested each and every select query with every possible output.
    Regards,
    Bhaskar.

  • Limiting maximum rows for page of a D2K report

    Hi all I have created a report which is giving 96 rows and i want to print only 24 rows per page .
    for repeating frame in propert i have set maximum record per page as 24 .It is working fine while running in report builder.
    but after uploading in erp and after running through erp i got the out put in Internet explorer from that i have saved in to text file but after 16 rows am getting page break symbol.
    how to over come this issue..............
    thanks for all in advance.
    maddy

    I dont see any control from reporting tool on Text file content, since before Text file it was as expected. You need to go for other settings from Text I guess.
    If helps pls mark
    PS: I was not clear about your reporting tool (obiee or anything else) but comments are same.

  • D2K (Reports 3.0) installation in Win NT

    During installation of D2k reports3 in Win NT i getting the follwoing error. pl advice me to resolve this problem.
    Your current oracle home C:\ORANT is in OCSM client installation managed by your systems administrator you may not install or remove products in this home.

    I have the same problem as well. Please EMail solution to me at: [email protected]

  • Problem in printing D2k Reports in Win2000

    Earlier we have installed win98 and nt and were using developer 2000(Reports 3.0) for printing our character based reports but now after swiching to windows 2000 send that same reports from windows 2000 the printer didnt recognize the condenced codes and it prints the codes as it is and make our reports scrumbled.How to solve this problem? Is it necessary to change the .prt file? If yes, what changes are to be made?

    Hi Debrup
    Sorry for the confusion. I meant RAW mode printing and this has nothing to do with Reports. You can get Windows OS to print in RAW mode. I was referring to that mode.
    Regards
    Sripathy

  • Get the Print Status of Reports - D2k/Reports Ver.6

    Dear sir,
    We are developing all the systems with oracle products. We are facing following technical problem in reports version 6.
    1. During continuous cheque printing and pay slip printing in a pre-printed paper, kindly suggest what is the command/procedure to be used for printing sub-sequent pages continuously without any misalignment.
    2. After the cheques/pages are printed, we have to identify printed cheques/pages status thro' the reports so that we have to update proper tables based on the printed cheques/pages.
    We are badly need the solution for the above problems. Our development activity is standstill due to the above problems. I am expecting expedite reply.
    With Regards.
    (P.JEYAKUMAR)
    PROJECT LEADER, ERP.

    Printing checks & recording payments is a bit tricky but can be done with triggers and proper formating.
    Too bad you aren't interested in hearing the solution from a mere woman.

  • Web enabling existing D2K reports and forms

    What is the best way to migrate existing forms and reports to the Web environment.
    null

    Ooops.
    my mistake. it works fine.

  • I want run multiple report in d2k report 6i

    hi
    when i run a report then i tried to run another report. but i could not run it. cause two report dont run at a time. how can i run both report at a time. pls help me.
    thanks
    Mostafiz

    hi thanx
    may be drilldown reports is not my solution.
    my problem is i have two report when i run one
    then i need to close sale and run another report .
    but i want to run two report one after another.
    how can i solved
    pls help me
    thanx
    mostafiz

  • D2k reports error

    i am using 10g reports the error is
    while am pressing run web layout error is "not to relocate the browser" 404 data not found ;
    i am thinking that i am want to set the path in browser but i don't no how to set the path in that browser.
    can u please tell me how to do?

    Hello Ragavendra,
    Please post ur request in subsequent folders (Developer Suite\forms)....
    Reasons can be, file missing, wrong pointer to report file.
    Check *.rep location which was called from your forms. Place your report file in respective folder and invoke the files..
    Online help is bundled within the REPORTS.

Maybe you are looking for

  • Upgrade 10.3.5.0 -- 10.3.6.0.8?

    I've been applying patches individually as they become available rather than waiting for the cumulative patch updates to become available since installing in 2012. Hence right now we are at a patched 10.3.5.0. For the April release I am told there is

  • IPad turn on wifi and 3G at the same time

    If my iPad turn on the wifi and 3G at the same time, which data will my device use? The wifi or the 3G?

  • PSE 7 randomly creates a caption.

    This is really strange. When I use guided edit, and then save and close the file in editor, the edited file again appears in organizer as you would expect. Sometimes, but not always, it will give the name of my camera in the caption bar under the pic

  • Not able to connect to AlwaysOn Availability listener

    Hi, I have configured alwaysOn Availability SQL in Azure environment with multiple data centers. Upon configuring listener and accessing from SSMS through port I am ending up with below error, A connection was successfully established with the server

  • Audit

    Hi guys, I am running the following query on the tarantella server to check for all users that are logged in to the server. /opt/tarantella/bin/tarantella query audit --filter "(Log-keyword=log inSuccess)" --person ancsite1 --server anctta.ancdubai.c