Can we build  a report in following format (this is of employee leave details) in oracle apps

Opening bal
jan
feb
mar
emp no
name
credit
availed
unavailed
credit
availed
unavailed
credit
availed
unavailed
1
hh
8
2
4
2
2
5
3
5
6
             9
2
gg
9
1
7
4
2
4
9
1
5
6
3
kk
10
5
3
4
1
6
4
5
3
2
any one can please explain me how to achieve this . please provide me one example.

you can do it by matrix reports. first build your query in general then build a matrix report layout.
Hope this helps
Hamid

Similar Messages

  • Can not open a report in XLTX format

    I have created several BPC reports and save them in XLTX format,  one of them can not be opened with the following message "Excel cannot open file because the file  format or extension is not valid," anybody has this kind experience and know hot to fix it?

    Jianbai,
    Known issues with BPC and Office Excel 2007 and opening with 2003.
    You might want to check a client machine where this occurs to see if they still have excel 2003 installed also with Excel 2007
    There is a Work around you can try: We recommend installing the office compatibility pack via the following URL:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
    a) Install 'Compatibility Pack for the 2007 Office system' file on
        client machine which has Office 2003.
    b) Change file extension 'xls' or 'xlt' to 'xlsx'.
    c) Open template.
    Note: Please be careful with the file format while saving it from Excel 2007. Even though the file extension is xls, it doesn't mean the format is really 2003 compatible.
    Let me know if this help resolve this issue.
    Thanks,
    Sharon
    BPC-NW Engineer

  • How to get report with following format

    Hi
    For tax reporting purpose, our company has to get a report in the following format so that they can export it to excel file.
    Customer    -       Name   -    address  -   sales/purchases
    The last column is the one we get from fd10n by entering customer number.
    Please let me know the easiest way to obtain it.
    Thanks
    PrinceofLight

    HI,
    Please consult your technical team they can easily  prepare zreport for that particular fields.
    K.satish

  • Can a ibot send report in xml format? is it possible?

    Hi,
    When you choose an analysis and want to schedule it you have several option in the drop down menu; however, I have a requirement where I would need to send out the report in an XML format. Is that doable?
    Thanks in advance for your response.

    Hi SaichandVaranasi,
    Well, I need it as the report needs to be scheduled and sent out to a client via email; They use the xml to extract data from us.
    As far as getting the static data to show the xml file, it is not working or may be i am unclear on this.
    I have enabled the report links and from export i am able to get the xml file generated. Now if i copy the link of the xml output it points to my c drive. (C:\Users\username\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\CCQABWMX\FX_SEF[3].xml)
    Once i paste this link to a static view it does not generate the xml view.
    in addition even this link is to work, how would it take in the dynamic variable for each day for example where the date range will be changing.
    Am i doing it wrong?
    Thanks for your suggestion btw.

  • Crystal Reports 2008 Export formats

    We have a full version of Crystal Reports 2008 for use with our .net application.  I also tried using the ReportAppServer's .NET assemblies but could not find a way to export to the following formats (this was possible in the previous versions of Crystal Reports)
    Excel 8.0
    Excel 8.0 Tabular
    HTML 3.2
    Looks like these are not supoorted with Crystal 2008? Can someone please confirm this?
    I came accross a document that suggested use of Excel Export Compatibility patch to support lagacy versions of excel but could not find where to download the patch from.
    Also, I did not find any document on what defalt HTML version the  crystal viewer exports to. I believe it's HTML 4.0. Is this correct?

    Hello,
    Install the latest patches for CR 2008, SP2, and you'll find the legacy formats have been added back in for Excel and HTML 3.2 is an option.
    Thank you
    Don

  • Ledger Report in Indian Format

    Hello All,
    My client require the FI ledger balance report in following format
              Ledger Details(Customer, Vender or Gla/c)                    
    Opening Balance(Monthly from last period)                                                           100
    Date     Item Text     Document Number     Offset GL(with Txt)     Debit     Credit     Closing Balance
    XX.XX.XXXX     XXXXXXXX     XXXXXXXXXXXXX     XXXX                            50     10     140
    My question is from which Table and fields i can fetch the data BSEG, BKPF, BSIS, BSIK, BSAS, BSAK,BSID,BSAD .
    Suggest

    Hi,
    For Customers:-
    Use function module BAPI_AR_ACC_GETPERIODBALANCES to get the opening balance and closing balance by passing the period.
    Use table BSID and BSAD to fetch the data for transactions in a period.
    For Vendors:-
    Use function module BAPI_AP_ACC_GETPERIODBALANCES to get the opening balance and closing balance by passing the period.
    Use table BSIK and BSAK to fetch the data for transactions in a period.
    For G/L accounts:-
    Use function module BAPI_GL_ACC_GETPERIODBALANCES to get the opening balance and closing balance by passing the period.
    Use table BSIS and BSAS to fetch the data for transactions in a period.
    For getting the debit amount and credit amount use field SHKZG (Debit/Credit Indicator). If S then debit, if H then credit.
    Other data you can also find in these tables.
    Regards,
    Guarav

  • Report in pdf format in oracle apex

    how can i save the contents of a form as a report in pdf format by clicking on tha print button in oracle apex???
    plz help if anyone knows tha solution
    Edited by: user9139675 on Mar 9, 2010 11:14 PM

    how can i save the contents of a form as a report in pdf format by clicking on tha print button in oracle apex???You may create a report and call it in an Apex process fired by press a button.
    in the process:
    l_utl_http := utl_http.request(l_url);
    where set l_url like:
    http://167.165.243.209/dev60cgi/rwcgi60?repdevi_key&server=Rep60&report=my_rpt.rdf&DESFORMAT=PDF&DESTYPE=FILE&DESNAME=/arch/chrisweb/devi/cache/my_rpt.PDF&BACKGROUND=YES&P_1=PC00980
    The generated pdf report my_rpt.PDF is kept at /arch/chrisweb/devi/cache/

  • How we can print directly a report without preview to a local printer in web

    How we can print directly a report without preview to a local printer in web-environment, whith Oracle 9ias Report server release 6i patch 11.
    The user want to print ticket, built by Oracle Report, without previuw on PDF format, in a web three-tier environment.
    Please supply my documentation in detail and sample code if you can.

    Hello,
    Take a look to the example provided in the note :
    Note.253881.1 How to Create a Report With a Frame Only on the Last Page at a Fixed Position
    Regards

  • SSRS reports in text format

    hi
    how can i save a report in text format using ssrs 2008 R2

    Hi Gourav,
    By default, SQL Server Reporting Services render a report to .CSV File Extension with CSV rendering extension. While device information settings for the CSV rendering extension allow us to change its format from .csv to .txt format, we can modify FileExtension
    setting in the RSReportserver.config file as below:
    Please navigate to RSReportserver.config file: <drive:>\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\RSReportserver.config.
    Backup the RSReportserver.config file before we modify it, open the RSReportserver.config file with Notepad format.
    In the <Render> section, modify the code for the CSV extension like this:
    <Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
       <OverrideNames>
            <Name Language="en-US">TXT (Pipe Delimited Text File)</Name>
        </OverrideNames>
        <Configuration>
            <DeviceInfo>
                <FileExtension>TXT</FileExtension>
            </DeviceInfo>
        </Configuration>
    </Extension>
    Save the RSReportserver.config file.
    For more information about CSV Device Information Settings, please see:
    http://msdn.microsoft.com/en-us/library/ms155365(v=sql.105).aspx
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine xiong
    Katherine Xiong
    TechNet Community Support

  • Save report to MHTML format using Gui script

    hello all,
    how can i save a report in .MHTML format using Gui Script.  I am not able to record the "Save as" dialog box option with guiscripts.  i am on ECC 6
    thansk in adv.
    Kris

    Hi Script Man,
    I am having a similar issue to export to MHTML using SAP Scripting. I created a macro that open SAP GUI and do the required transaction. However, I got stuck exporting to MHTML. The code must save as MHTML in the path described below and then open the "export.MHTLM" file.
    This is the code I have until now:
    Sub SAPScripting_exportMHTML()
    Set app = CreateObject("Sapgui.ScriptingCtrl.1")
    Set Connection = app.OpenConnection("# E05 - R/3 - Produção", True)
    Set Session = Connection.Children(0)
    'Code to login on SAP GUI and do desired transaction:
    Session.findById("wnd[0]/usr/txtRSYST-BNAME").Text = "C2MARCOSEC"
    Session.findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "*******"
    Session.findById("wnd[0]/usr/pwdRSYST-BCODE").SetFocus
    Session.findById("wnd[0]/usr/pwdRSYST-BCODE").caretPosition = 8
    Session.findById("wnd[0]").sendVKey 0
    Session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").selecedNode = "F00003"
    Session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").doubleClickNode "F00003"
    Session.findById("wnd[0]/tbar[1]/btn[8]").press
    Session.findById("wnd[0]/tbar[1]/btn[17]").press
    Session.findById("wnd[1]/tbar[0]/btn[8]").press
    Session.findById("wnd[0]/tbar[1]/btn[8]").press
    'This is where I try to export to MHTML:
    Path = "D:\Users\est.marcosec\Desktop\Marcos\SAP - Script\export.MHTML"      'The "export.MHTML" file already exists
    Set Wshell = CreateObject("WScript.Shell")
    Wshell.Run """D:\Users\est.marcosec\Desktop\Marcos\SAP - Script\save_as.vbs """ & Path
    Session.findById("wnd[0]/tbar[1]/btn[16]").press
    End Sub
    It would be great to get this code done. I send several reports everyday. This will save a lot of time.
    Best Regards,
    Marcos Eickhoff Cortopassi

  • 10g reports in html format have extra left margin

    I am using the same source .jsp file to create 2 html reports, one using 9i server and the other using 10g server. The report run on the 10g server has a double left margin compared with the report layout and the report run on 9i. When 10g report is printed it chops off the right side of the report. This only affects html output, rtf and pdf work fine.
    Is there any setting I can change in the report properties to stop this from happening?
    Thank You.

    I am running through a servlet with the URL http://our_server:7779/reports/rwservlet?server=reports_saints&report=...&destype=file&desformat=html...
    Thanks

  • Oracle Reports with graphics for Oracle App R11i 11.5.9 ??

    Hii
    Can i develop Oracle Reports with Graphics ( basic header,footer,logo ) and register it with Oracle Apps R11i 11.5.9 and be able to view it as an end user.
    If yes then how ?
    Regards
    Fahad Hameed

    Hii Guys
    I've developed a report with a basic Header.BMP file and it runs fine on local.
    How will it run on Oracle Apps is the question that i need to find answers to .
    Regards
    Fahad Hameed

  • XMl report output error oracle.apps.xdo.template.fo.area.NoAvailableAreaExc

    All,
    Here is the error I'm getting when AR invoice is printed in PD fformat. I dont see this issue for all invoices, I ahve this issue when invoice has 9 lines.
    oracle.apps.xdo.template.fo.area.NoAvailableAreaException: object = 'oracle.apps.xdo.template.fo.area.BlockArea@186f3b3', aInfo: (x, y, w, h) = (0, 0, -18050, 353403)
    Any idea how to fix this error, or where can i look into template to fix.
    Thanks
    Pallavi

    Hi,
    Could you please let me know how this issue is fixed.
    I am facing the same issue.
    Thanks for you help

  • Can anyone tell me how I can save a password again after "never remind this password" was pressed accidentally

    Can anyone tell me how I can save a password again after "never remind this password" was pressed accidentally

    More details please.  In what application did this happen?

  • How can I migrate my iphone apps from a Windows Computer to a new imac so that I can syncronize my iphone from now on on this machine?

    ow can I migrate my iphone apps from a Windows Computer to a new imac so that I can syncronize my iphone from now on on this machine?

    Redownload all your purchased/free apps.
    How to redownload purchased apps from the App Store

Maybe you are looking for