OEM reports with charts

How to email a report with embedded images of metric charts?
My mailed reports are showing a text message like "Chart titled" instead of an image in the place of a chart !

I know this sounds like a joke, but give it a try, we had the same problem. It seems that reports is waiting for an event.
Move the mouse over the screen (I believe in particularly the reports progess dialog).
This should make it run a lot faster.

Similar Messages

  • Why do reports with charts run so slowly?

    I have a report that has a chart for every group (about 15 groups). It takes ages to run. Is there anything you can do to make reports with charts run more quickly?
    Cheers guys
    Annabelle

    I know this sounds like a joke, but give it a try, we had the same problem. It seems that reports is waiting for an event.
    Move the mouse over the screen (I believe in particularly the reports progess dialog).
    This should make it run a lot faster.

  • Unable to run a report with chart

    I have report rel.6 NT version installed on Windows 2000.Now I want to run my report with a chart.But after I finished the chart
    wizard and try to run it,it gives me error.The error says that it is unable to create a PL/SQL Development Environment context.I also try it on Report Runtime
    and it gives me error "REP-0074:Failure to run another product using SSL".Anybody out there can help me.Is it because of my operating system or ????

    Charlie:
    I think we might be dealing with a bug: I have the same problem. I'm stumpted as well. Let me know if you make any headway. I think it might be best to call Oracle tech support.
    Paul

  • Report with chart in 11g fails

    Iam building an RTF template in Word with chart and some data. The chart is inside a group. Everything works fine from BIP desktop. When i upload the template into 11g and run the report, I get 'File does not begin with '%PDF-%' error. When i remove the chart, the report works fine in 11g. Has any one faced a similar issue? Can someone help me with this error.
    Thanks in advance.

    Check to see if the solution offered in the following post might help you (look for "Fixing an error received on PDF generation" section):
    http://www.oracleappsblog.com/index.php/weblog/printing-reports-pdf-format-oracle-applications/
    Thanks,
    Bipuser

  • Crystal report with chart und Visual studio 2008

    Hi, I have a question.
    It is possible to affect a dynamic Title of a chart in Crystal Report.
    I want to use the same Report to make different report and I want to know if we can affect the Text property of the Chart with the code-behind from Visual Studio.
    Thanks for your response

    I don't believe it's possible to programatically change the text boxes of a chart, but you could delete the title and use a formula in it's place.

  • Visual Studio - Crystal Report: Abnormal Behavior from Crystal Report with Charts

    Hi,
    I'm using Crystal Report 13 under visual studio 2012 where i build a report that contain pie chart and bar Chart in two different sections in the report header the report get the data from a DataTable.When i display the report in Crystal Report Viewer it is fine and as expected but when printing the report i get the first chart overriding the second chart: here the right report as displayed in CRV:
    And here the wrong print out where the pie chart is duplicate and override the bar chart:
    I inserted both charts in two sections in Report header and they get the data from the same DataTable. the pie chart: On change of: Discipline show values SumTotals and the Bar Chart On Change of Disciplie show values SumTotals and SumCompleted. I need your help to prevent Pie chart form overriding the bar chart by duplicating itself
    Thanks in advance.

    Hi Hussein
    I moved your post to the  SAP Crystal Reports, version for Visual Studio
    SCN Space.
    First I'd like to make sure you are using Service Pack 8 for CRVS:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    (Note SP 9 should be releasing in a few days - if yo want to wait).
    Next, what happens if as a test, you export the report to an rpt file format and then view it in the designer without refreshing?
    Is this a web or a win app?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Previous Month, YTD, PreviousYTD counts in one report with charts

    Hello to all users,
    I am new to my current job and also to Crystal Reports. I was given the task of creating a sales summary report that has each salesman and their department and 3 different count fields of sales completed ( based on different date ranges). The 3 count fields need to be for the previous full month, YTD(current year) and then YTD ( previous year). We are running Crystal Reports 2008.
    I tried using subreports but that seemed to throw off the overall size of the report. I also tried creating a formula field that had a count as well as a date filter for each field, but that threw and error of a boolean and numeric in the same field.
    Could anyone out there tell me the best way to accomplish this report? Thanks in advance for any help or suggestions.

    This is going to be difficult, if not impossible to do with tables in Crystal.  Do you know how to write SQL?  The most efficient way to do this is going to be to write a command (SQL query).  You can do this two ways:
    1.  Write a separate command for Previous Month, YTD, and Previous YTD, each of which does the counts for that time period and then join them together based on a field that identifies the sales person.  However, if there are lots of sales people, this will be slow because Crystal will have to pull the results of all three queries into memory in order to join them together.
    2.  The best way is going to be to write a single query that pulls all of the data for your report.
    -Dell

  • Generate report with chart

    Hello,
    I want to generate multiple graph on the same report.
    Is it possible ?
    thanks.

    if I should not modify the query, how to generate the graph many times? If you are using the following query, you can pass the parameter to run for one customer or for all customers:
    select name,location,sal,departement from table1 t1 and table2 t2 where Number1 = Number2 and sal < 20000 and Number1 = '100'; So modified query will look like this (see the part in bold):
    select name,location,sal,department from table1 t1 and table2 t2 where Number1 = Number2 and sal < 20000 and *(:p_customer_no is null or Number1 = :p_customer_no)*
    Hope this helps.

  • Crystal Report with text(csv) data file, can we set it as input parameter?

    Hi,
    I am a new user of Crystal Reports 2008.
    I have created a report with charts in it. The input data comes from a csv text file.
    Can I set the name of this text file as an input parameter?
    as I need to generate 44 similar reports with different text filenames(and data)?
    Thank you.
    Regards

    Brian,
    Thanks much.
    I did exactly what you said.
    Just to see any change, I first gave a bad report file name just to see if I am accidentally pointing to a different file,
    but I got an error saying report not found.
    Then I renamed my original datafile name and generated a report and it still generated one without giving an error.
    Then I also gave a junk name to the logoninfo and printed that name, the new name was assigned to logoninfo, but the code did not error out.
    It ended up generating the report.
    Now here is what I think is happening,
    1) The save data in report option seems to be still on even though I have turned it off in 2 locations
    a) file -> Report Options
    b) file -> Options -> Reporting tab.
    2) For some reason the logoninfo is getting ignored as well.
    Since I did not see any answers yesterday I posted a link to this thread on the .Net forum
    Crystal Report with text(csv) data file, can we set it as input param? C#
    and Ludek Uher says that I am connecting to the text file via a DAO database engine and so need to use the same code for changing the text file as for changing an Access database.
    But the link he gave me tells me to try the same thing that we have been trying..
    Here is my plan,
    1) I will first try and find out why my save data with report option is still on ( but it shows off in Crystal ).
    2) why is LogonInfo getting ignored.
    Meanwhile any suggestions from anyone are welcome.

  • Configure reports with tomcat

    hi,
    i wanted to know know how can i integrate apache tomcat 5.0 with oracle reports.
    so that when i run apache as my http server and type a request for report on the URL it interprets and shows me the report.
    what steps should i perfrom,
    kindly elaborate

    Sudesh,
    The Actuate BIRT reports should be used with Actuate's Interactive
    Viewer which is an enhanced viewer.
    Jason
    On 5/13/2011 6:24 AM, Sudesh Bulathsinhala wrote:
    > Hello,
    >
    > We've deployed the reports in tomcat server
    > (apache-tomcat-7.0.12) which contains BIRT report viewer to
    > render the reports. The data reports are running perfectly
    > as expected when invoked from the browser.
    >
    > I recently wanted to try ACTUATE BIRT offering and created
    > few reports with flash charts and it was very powerful,
    > intuitive and very attractive.
    >
    > However, when I deployed the report file (.rptdesign) to
    > tomcat server and tried to preview/run the report,
    > surprisingly I did not get any output for reports with
    > charts.
    >
    > Should we configure different BIRT Report Viewer for reports
    > with Charts in tomcat ? Or perhaps copy flash-plugins to
    > tomcat BIRT Viewer plugins folder ?
    >
    > Any suggestion is highly appreciated.
    >
    > Regards,
    > Sudesh Bulathsinhala
    >

  • Pass a parametervalue to OEM Report-sql

    Hi,
    I want to create a report with an input field
    and then run a sql-query with that value.
    I have three report elements:
    "HTML"
    <SCRIPT LANGUAGE="JavaScript">
    function setDefaultDate() {
    l_date = new Date();
    l_date_str = l_date.getFullYear() + "-"
    + (l_date.getMonth() + 1) + "-"
    + l_date.getDate();
    document.ext_form.p_datum.value = l_date_str;
    function getDatum() {
    l_date_str = document.ext_form.p_datum.value;
    return l_date_str;
    </SCRIPT>
    "HTML(1)"
    <FORM name="ext_form" method="POST">
    <table BORDER="0">
    <tr>
    <td><b>Datum:</b></td>
    <td><input type="text" name="p_datum" value="datum")></td>
    </tr>
    </table>
    <SCRIPT LANGUAGE="JavaScript">
    <!--
    setDefaultDate();
    // Hide -->
    </SCRIPT>
    </FORM>
    "Table from SELECT statement"
    SELECT ...
    WHERE run_date = getDatum()
    This does not work because there is no getDatum
    function available in the database.
    Can this be solved ?
    Regards
    Ulf Magnusson

    Hi,
    I am trying to link some OEM reports with an existing intranet website. Some of the OEM reports we developed are showing user's tablespace usage, User's Indexes, User-groups total space, etc. For these reports I have to pass userid in OEM reports. How do I do that?
    Thanks in advance.

  • Creating custom reports with Pie Chart

    Hello,
    I've got a little problem while I'm creating custom reports with SQL Chart.
    For example, I want to have a Pie Chart that represent the distribution of the version for a software, i wrote my query with no problem, the result is in good format.
    My Pie Chart is fine except there are no percentage displayed. The legend on the right is fine with correct count of different version, but no percentage on the pie chart.
    Any idea?
    Thanks in advance,
    Fab

    Hello,
    well, I think this is not possible to ask OEM to print the percentage over the chart.
    Anyway, I sugget you to rewrite your query to compute the % in the query itselft thus to have the pct displayed on the rigth.
    Let's say you want to display the database files' size with such a query: select file_name name,bytes val from dba_data_files;
    This is the way to display the % of each file size over the total (remark the above query has been embeded in the new one).
    select name,ratio_to_report(val) over() pct
    from ( select file_name name,bytes val from dba_data_files )
    order by val desc
    It is quite easy to adapt such a tip to your own query.
    Regards,
    Noel Talard

  • Need help to develop report with column chart

    Hi
    I am new to SAP BO world.Could  anyone please help me to design report with column chart.Please guide me how to develop report for the following requirement.I am not aware of variance columns and variance labels.Please provide some guidance or some tutorials(for column Chart) so that I can complete the task. Please reply me as soon as possible.Waiting for reply.Thanks in advance.
    Type: Column Chart
    u2022     Rows: Banking Asset Margin (%)
    u2022     Start / End Columns: PY YTD Act(Prior year year to date); CY YTD Act(Current year Year to date)
    u2022     Variance Columns: # Var (CY-PY Act) for GOLM; Volume; Rate; Non Banking NII; Banking Volatility in NII; Banking Volatility in OOI; Fees/One Offs/Other; Volatile Items; Sophie
    u2022     Sub-total columns: PY YTD Underlying; CY YTD Underlying.
    u2022     Variance Labels: % Var (CY-PY Act) for Total Income and Underlying Income
    u2022     Sub-Total Labels: # Var (CY-PY Act) for Net Insurance Income; Banking Volatility; Other Operating Income
    Additional information
    u2022     Variance columns (bar) colours: Red = Adverse to Prior Year; Green = Favourable to Prior Year
    u2022     Columns to show values. Adverse values to be shown in red text in brackets. Favourable results in black text.
    u2022     All values in Black, but adverse to be shown below the bar.

    Hi,
    This type of question is almost impossible to answer over a forum .
    You need to work with your business to understand what these requirements mean in terms of data modelling and relationships between object entities.
    - Some of these metrics should be delegated to source, and calculated in the update routines to your datatargets (aka Cubes/Tables)
    - Others could be resolved in the semantic layer (Universe)
    - Other will be calculated in the presentation layer as local formulae or variables.
    whilst BusinessObjects is a fairly intuitive tool, it may be unreasonble to expect a new learner to deliver an advanced report with conditional formatting.
    Regards,
    H

  • Exporting a report with a chart.

    Post Author: Coleen
    CA Forum: Other
    Hello, I am using Delphi7 with CR XI. When I export a report
    with a chart to a pdf in my development environment it works fine. But
    when I distribute my application, the export works correctly except the
    chart does not display.  I am using Installshield to distribute
    the following merge modules: CR11_rdc_license, CR11_rdc_reportengine,
    and CR11_rdc_runtime. What am I missing? Thanks,Coleen

    Hello Russell,
    The Joint Time Frequency and Order Analysis Tool comes with example data. If you use the sample data, do you see the same behavior? Here are the steps I took:
    Run the VBS script Time Frequency and Order Analysis 111.VBS to launch the tool.
    Select New Data File
    Select Noise data.tdms and Open. This is in the Sample Data folder in the tool's folder Time Frequency and Order Analysis 111
    Set the Time Channel to "1 Time" and set the Signal Channel to "3 Noise_2"
    Select Spectrum 3D CharDiag.TDR as the Report Templace.
    Select Joint Time Frequency Spectrum as the Analysis Type.
    Select Run Analysis. This will load the analysis data into a report
    Double-click on the graph to open the 3D Axis Definition window
    Select ... next to the Characteristic diagram to open the Curve Parameters window
    Under the Interpolation tab, uncheck Interpolation. Click OK and close both dialogs. The graph will re-draw.
    Go to File > Clipboard or press the Copy Graphic to Clipboard button.
    Paste the image in Paint or Microsoft Word
    With these steps, I do not get an error with the clipboard. Are you able to export to clipboard if using the sample data Noise data.tdms? Does copying to clipboard work with any data? I'm trying to determine if maybe a certain large or small set of data could be causing the issue, or if you always have this issue.
    Taylor B.
    National Instruments

  • Report using charts not work on non-development machine

    Post Author: ftsoft
    CA Forum: .NET
    using visual studio report uses charts.  works fine on development machine when I move the web app to a test machine which does NOT contain visual studio, the chart report does not worknote: other reports which only display data records work fine. the space where the charts should be displayed contain the following two lines CrystalReportViewer - CrystalReportViewer1 Error: Fail to render the page.  any help would be appreciated

    Solution suggested worked for me. 
    On my test server Crystal was trying to use the c:\temp directory to write the temporary images, my report always ran ok on the test server.  On the live server CRW was running under with the ASPNET account and / or my own user account. 
    I ran FileMon and filtered on the aspnet_wp.exe process across both servers and ran the application up to the point of generating the issue.  The FileMon output from the test server showed no issues we as the output from FileMon off the live server showed an access denied message.
    I gave access right to the relevant accounts on the relevant folders on the live server and the report ran fine.

Maybe you are looking for

  • Data from Excel to Oracle DB

    Hi, I can upload data from excel to access having created stored procedure on access. I do the upload using my vb code. How can I upload data from excel to oracle db? could i use the same technique as above? only problem is im not sure if that vb cod

  • Adobe Acrobat Pro 9

    I have CS5 with Acrobat 9 Pro and stand-alone Acrobat 9 Pro......I have had to have my HD replaced on my iMac 27....brought  back applications  from time machine. I cannot get Acrobat Pro to function...message is it is part of suite and open up other

  • Call se38 program from an abap proxy

    Hi, All, For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy. Also I have to pass an internal table to the program (or tcode). Is there anybody know how to do it? Thanks. Meiying

  • Exception in non-transactional EJB invoke:java.lang.NoSuchMethodError

    Hello, Iam facing with the following exception while deploying EJB's in Weblogic 5.1. The TX Datasource is setup properly and the application is running fine, when I have modified an existing EJB and while re-deploying, getting the following error: F

  • Can i upgrade from Mac OS X 10.4.11

    Is it possible to upgrade my Mac OS X 10.4.11