Calculation opeartions in BAM Report

Hi,
we have 3 fields in dataobject
1.total
2.sucess
3.fail
from bpel both total(no: of times start of flow recive activity initiated) and sucess(once entired flow complted) values oublished in dataobject respective feilds.
we stuck at creating report only for sucess and failure (total- sucess) values .
Kindly help us how to use sum of (total) -sum of (sucesss) and this value to failure feild in the same dataobject and get the report of sucess and failure values.
and summary functions are disables except count.....
Thanks in advance..............
Edited by: Murali on May 9, 2012 7:27 AM

Hey I tried your use case and found its working -
here are the steps -
1) Create a data object say TestDO with a single filed "Status". Added three rows in it with Status values as C, S, F.
2) Created a streaming list view, with Status field selected.
3) On the calculations tab, created following calculation named "Calculation1" and apply to save.
if(Status=="C")
then("Complete")
else(if(Status=="F")
then("Failed")
else("Success"))
4) Added this calculation to the selected fields list on Fields tab. Click Apply. YOu should see the new field added with reuslt as -
Status Calculation1
C Complete
S Success
F Failed
If this satisfies the purpose, please mark this thread as answered and close this thread.

Similar Messages

  • How to show the processing time taken for a BPEL process in BAM report.

    Hi All,
    I have the data as below in the Data object. I would like to show the time taken for each order to complete in the report.
    instance Id     order Id     product Name     product Code     price     status     instance Time      updaterName
    1360010     ord004     Guitar     prod003     2000     requested     9/22/2008 12:12:11 PM     Invoke_InsertSalesOrder
    1360010     ord004     Guitar     prod003     2000     Approved     9/22/2008 12:15:11 PM     Invoke_OrderStatusUpdate
    This data comes from simple BPEL process where sensors are configured at the start and end of BPEL process. Also have a human task activity in between to create the time difference.
    In Enterprise link design studio, I tried to calculate the time difference using expression calculator and store it as calculated field. But that doesn't seems to work because when I execute the plan, second sensor data reaches only after human approval whereas first sensor data would be waiting for calculation and ultimately nothing comes into data object.
    How and where the calculation be done to show the processing time in the report. Please someone throw some light on this.
    Regards
    Jude.
    Edited by: user600726 on Sep 30, 2008 1:30 AM

    I would suggest modifying your data object so that the data can all be in a single row and use the sensor at the end of the process to upsert (update) the row created by the sensor at the start of the process. The time difference between two fields in the same row is then an easy calculation on a BAM report -- No EL plan should be needed.

  • New changes are not getting reflected in the bam reports.

    Hi
    I have created a BPEL process and it polls the data from a table and populate an object created in Bam.I have accomplished the above task by createing two database adaptors.One is on 10g database and another one is on Bam database.I have created a view based on the bamobject and used a database adaptor to populate the data. BPEL process is populating the data properly to that bamobject but those changes are not reflecting to bam reports automaticaly. We need to refresh the report or reprompt the report to see the changes.Could some help me to reslove this issue.
    Thanks in advance
    Laj Abraham

    Hi charles
    I have tried that option too.But that is also not working. BPEL Procees is able to populate the BAM object with the help of the sensor.But those changes are not getting reflected in BAM Reports.But if i create or update an existing record in BAM object through BAM Architect, those changes are getting reflected in BAM Reports(No manual intervention is required).
    Your help in this regard is highly appreciated.
    Thanks
    Laj Abraham

  • Writing SQL queries in BAM Reports

    Hi,
    Is it possible to write SQL queries in BAM Reports.
    thanks

    Depends on the version of BAM u are using
    For version 10.1.3.X u can use enterprise link or External data Source...
    FOr 11g u can use ODI or External Data Source ...
    Depends upon what is ur SQL doing

  • Oracle BAM report to display N number of records

    hello,
    We have configured a BAM report which displays data from a DB view. now since my view has 100's of records and we would like to show only first 100 records on report page.
    I understand this can be achieved by changing my query by adding  rownum <= 100 but here we dont want to change the query.
    I have checked on BAM report property and dont see any such setting...
    is this achievable from BAM DO or other property setting. ?

    resolved this issue by using FlowN functionality available in BAM

  • Creating BAM report using data of two database tables. Say "EmployeeTable" and "DepartmentTable

    I want to populate data from two database tables into a BAM report. I have created two data objects for the tables and want to create 3rd data object so that it can take the data from the other data objects automatically. Is there any such facility within BAM?

    Hi
    1. I am not sure if you have option to combine multiple DataObjects like that.
    2. For your scenario, on Database side itself, I would recommend Create a VIEW that joins these 2 Tables and pull the required Columns and add required conditions. Verify the VIEW has all the rows expected.
    3. Then create DataObject for this View. Once you have DataObject, create the Report.
    Thanks
    Ravi Jegga

  • Bam Report column Name changing ???

    Hi frds,
            i want to change column name in bam report. Actually i created Data object with long column names after creating and integrating with Bpel, i saw in report its showing some of the part Only its not showing total column name, can any one tell me how to edit column name in bam report ??
    Thanks,
    Ravi.

    Hi Leo,
    Use the following syntax: -
    INSERT INTO temp (C1) VALUES (:your_page_variable_name);
    Cheers,
    Mike

  • BAM report from multiple systems...

    Hi guys, just wanted to know if we can actually get the data from multiple systems and then generate a BAM report on those data??.Is it possible? and if so then can anyone show me the way.
    many thanks,
    Rajesh.

    One option is create external data sources, though Oracle recommends that you only use these for data that does not change very much (since it does not go through the ADC, instead must be continually polled). http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/bam_extl_data_sources.htm#CIHJFDAG
    Another option is to create a simple BPEL composite that picks up the data from the various systems and sends it to BAM. In general, BAM is more efficient when data is sent to it, not when it has to get the data. (there are also other options including JMS, etc.)

  • Oracle BAM report output

    Is there any way the BAM report data to output to Xcel or PDF format?
    It appears that the default reports(graphs) created from BAM ACTIVE STUDIO only allow to:
    - print
    - Return to Home
    - Return to previous page
    when zoomed in (drilled down) to data sheet.
    Is it possible to copy the datasheet to Excel or PDF, etc?
    TIA
    pak
    Edited by: user1314665 on 4/02/2009 19:31

    Technically no. I did find a work around that seems to be working for us. I created an excell report in BAM that looks at the dataobjects with the same filters/parameters of the report I want to export from. I then created an action button that linked to that report on the main report and called it "Export Data" and mapped the filters. When the user clicks on the button it seems like it is exporting the data from the graph they are looking at, but it is actually just opening a new report with the same filters. You can save the excel file to your desktop.
    Note that there are bugs with excel, at least in 10.1.3.3 that causes it to freeze-up sometimes if you have any other excel windows open on your pc.

  • BAM report export as a Excel

    Hi,
    I have one requirment in my project.
    we create List BAM reports with one button.If we click on the button list report need to export as excel report .
    How to achive this.
    Please help me on this.

    Hi,
    Use the Excel View Widgets in BAM Studio.
    About Excel View
    The Excel spreadsheet view displays columns containing rows of data in a Microsoft Excel spreadsheet. This view enables you to save the content externally (outside of the Oracle BAM applications) in a Microsoft Excel spreadsheet.
    The Excel view requires that Microsoft Excel version XP, 2003, or 2007 is installed on the client computer.
    Sushil

  • 'Query has not yet calculated' When executing BW report in Bex

    Hi, all
    There is message 'Query has not yet calculated' when execucting BW report in BEx.
    what's the reason? How to solve this issue?
    however, when I change the filter to one or several employee number such as employee information report, there will be one or several records in the report.
    Anyone can help me?Thanks very mcuh.
    Carina

    ok.
    While using exception aggregation, you need to give a reference characteristics. You might have given 0calday for the same for 0ANSALARY ( SUM LAS ) and your infoprovider does not have 0calday and the report is unable to calculate the result based on 0calday.
    This will obviously throw and error but you will be able to see the result. But the result will not calculate last sum for 0ansalary correctly.
    For this, please check the infoprovider design. You can use reference character other than 0calday and make sure that, the reference time characteristics is present in your infoprovider.
    Cheers
    Chanda

  • BAM Report output in a tabular format and ability to print

    We are using ALBPM V6 BAM reporting.
    We know that the BAM provides a dashboard for the same in a graphical manner. But, for a tabular report we were not able to find any in built feature in ALBPM.
    We want to know if it can be achieved using some inherent feature of ALBPM screenflow / presentation or do we need to use custom mechanism to display the report and get printing features etc.

    I had a similar requirement and decided to run the report from forms. When a button is pressed, the report is run to create the pdf file, followed by separate command to invoke acrobat reader or internet explorer to display the file, rather than using reports previewer.
    The file can be displayed from forms by a host command in client server, or by web.show_document on the web.

  • External Data Source For BAM Report

    Hi all,
    I have created one table in Sql Server 2008.I want BAM report for that table.so while creating BAM report I was creating External Data source but I really don't know the driver details.so please help me out.
    Thanks in advance
    Edited by: 923309 on Oct 26, 2012 7:19 AM

    Hello,
    Please use the below connection details not exactly.Provide matched details to u db.
    Driver Name : com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connection String : jdbc:sqlserver://localhost:1433;DatabaseName=SQLDB
    Best Regards
    Siva Sankar

  • Unable to Multi Level Drill Down on Single Data Object in BAM Report

    Hi,
    We need to have multi level drill down in a BAM report.
    We are able to create single level drill down using 'Collapsed List' view in a Tiled Report, but unable to drill further.
    We are using BAM (11.1.1.2).
    Please let us know the steps to do this, your input is highly appreciated.
    Thanks,
    Arijit
    Edited by: user2917352 on May 4, 2011 11:21 PM

    Have you used Dimension? By defining Dimensions, you can create multi level drill down on the same data object, in the same report.
    1. Define the Dimension in the data object
    2. In the Studio, choose Drilling tab under the report
    3. Drill Hierarchies will be available. Choose the Dimension
    The drilling level will depend on the depth of the Dimension you have specified!
    -AR

  • Export BAM Reports

    I want to Export BAM Report from one BAM server to another server..can any one please post the solution...regarding this?

    Pl see technote on migration. It gives full details of such migration steps

Maybe you are looking for

  • Could not see the data in the cube

    Hi all, Iam trying to load data from one cube to another. Everything is fine but Iam not able to see the data in the new cube. I created 2 cubes--> Cube A new & cube B new which are copied from existing cubes cube A and Cube B. I need to load data fr

  • Saving user variable data in XML file

    I am using Captivate 5.5. Can I save user variable data of several variables on an XML file ?

  • English + different language key layout/texts

    Hello! Could a kind soul please help me get directions to solve my problems with locale, keyboard layout, and font display? Here's what I'm trying to accomplish. System talks to me in English Date and time is in the international format (YMD) I can f

  • WINDOWS CONNOT CONNECT TH THE PRINTER WITH WINDOWS 8.1 PRO

    Windows 8: Cannot Connect to Prin

  • My ipod icon is red..!!

    When i am on itunes it works until i plug in my ipod, then the ipod picture flashes red and a message appears ' itunes has encountered a problem and needs to close. we are sorry for any inconvineance'. I have tried everything, un-installed then re-in