Report with embedded Graph

Hello,
When generating a PDF file from an RDF file with an embedded pie chart, the graphic within the resulting PDF file is altered and does not look like the one in the report.
I am using Oracle 8i Release 8.1.5.0.0 and Report Builder 6.0.8.8.3
Thanks.

If you want to display 4 decimal places you need to set decimalDigit="4". Also, make sure nothing is happening to the value before your graph gets it that would cause it not to display correctly.
Here is what the DTD for graphs looks like for the ViewFormat element:
<!-- ViewFormat specifies number formatting-->
   <!ELEMENT ViewFormat EMPTY >
   <!-- ViewFormat attributes
   numberType: format numbers as currency or percent?
   thousandSeparator: character for separating thousands
   decimalSeparator: character for separating whole number from decimal
   currencySymbol: currency symbol; numberType must be NUMTYPE_CURRENCY
   leadingZero: display leading zeros?
   decimalDigit: number of decimal digits to display
   posNumFmt: format for positive numbers
   negNumFmt: format for negative numbers
   posCurFmt: format for positive currency
   negCurFmt: format for negative currency
   scaleFactor: how much to scale (abbreviate) numbers
   scaleDownThousands: character(s) to use when numbers represent thousands
   scaleDownMillions: character(s) to use when numbers represent millions
   scaleDownBillions: character(s) to use when numbers represent billions
   scaleDownTrillions: character(s) to use when numbers represent trillions
   scaleDownQuadrillions: character(s) to use when numbers represent
        quadrillions
   javaDateFormat: Java date format
   oracleDateFormat: Oracle date format
"used" attributes specify whether one of the above properties has
   been explicitly set; used for merging when using rules
   -->You would put this inside your X or Y axis element like:
<Y1Axis lineWidth="1">
<ViewFormat decimalDigit="4" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
</Y1Axis>I don't see your X axis anywhere...maybe it it your "O1Axis" but I don't see that either, I only see "O1Title","O1TickLabel", etc.

Similar Messages

  • CGI call to Oracle Reports with embedded graph not executing triggers on bars

    I have the following function which is suppose to change the color of the bars in subgroups.
    PROCEDURE Set_Group_Color(elem IN og_object, a_group_index number) IS
    v_color varchar2 (32);
    v_temp og_object;
    v_idx number;
    BEGIN
    v_temp := OG_GET_OBJECT ('GRPG_NM1_GRPG_CNT_legend_label');
    v_temp := OG_GET_PARENT (v_temp);
    v_color := color_list (a_group_index);
    og_set_bfcolor (elem, v_color);
    og_set_ffcolor (elem, v_color);
    v_idx := a_group_index * 2 + 1;
    v_temp := OG_GET_CHILD (v_temp, v_idx);
    -- 0 = legend_frame
    -- 1 = border of color box (no name)
    -- 2 = GRPG_NM1_GRPG_CNT_legend_label
    -- 3 = border of color box of next group
    -- 4 = GRPG_NM2_GRPG_CNT_legend_label
    OG_SET_BFCOLOR (v_temp, v_color);
    END;
    This function is called from the format trigger of the bars themselves. The code works the way i want it to in the ORacle Graphics designer but when i executed from the web the triggers are not executed at all!!!
    Am i forgetting to do something? Is this a known bug. When i put a format trigger on the graph axis-labels they execute correctly in both the designer and the web. But the bar triggers do not!

    1. Along with this version of Reports you should find the reports server (r30mts on unix). This will allow you to deploy your reports on the web - on HP/UX or Solaris.
    2. To web deploy you have:
    Web Browser --->
    Web Listener + Reports CGI ----->
    Reports Server -->
    RDBMS
    3. You don't need the cartridge if you are using the CGI.
    For more information, please look at the Reports Server Configuration whitepaper, available on OTN - it was written for Reports 6.0, but the concepts and architecture are applicable for Reports 3.0
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • CR report with embedded SWF: Export to PDF displays nothing

    I'm creating CR 2008 reports with embedded SWFs as described in the whitepaper [EMBEDDING XCELSIUS 2008 VISUALIZATIONS IN CRYSTAL REPORTS 2008|http://www.businessobjects.com/pdf/product/catalog/crystalreports/cr_xc_integration.pdf].
    From CR, I can export the report to html and view the report fine. But when I export to pdf, ppt, etc. The SWFs are not viewable. Is this a bug or by design?
    This section of the white paper seems to imply that maybe you cannot export to pdf:
    >TECHNICAL DETAILS
    >
    >Viewing Flash objects embedded in a Crystal Report is supported in the:
    >
    >Crystal Reports 2008 Preview tab
    >Crystal Reports 2008 .NET Webform viewer
    >Crystal Reports 2008 Java DHTML viewer (used in BusinessObjects Enterprise XI 3.0 and other products)
    >
    >Exporting and printing of Flash objects with connections to Crystal Reports data is not supported.
    >
    >Embedded Flash objects that do not have connections to Crystal Reports data can be exported to PDF only.
    I'm using the latest version of Adobe products:
    - Adobe Flash Player ActiveX, Version 9.0.124.0
    - Adobe Flash Player Plugin, Version 9.0.115.0
    - Adobe Reader 9, Version 9.0.0
    Also, I downloaded [CR Viewer 2008|http://www.businessobjects.com/product/catalog/crystalreports_viewer/] and can see the CR reports I've created with embedded Xcelsius swfs.
    Any information is appreciated. Thanks.
    Tim

    > ... it states in your first post, the export is not supported,
    True. It says:
    > Exporting and printing of Flash objects with connections to Crystal Reports data is not supported.
    But I can export such reports to html and view and print the flash objects.
    It seems inconsistent to me. I can export static flash charts to pdf, yet I cannot export dynamic flash charts to pdf, which is from Adobe, as is Flash?
    I'm hoping this is a temporary bug either in Crystal or pdf reader and is to be fixed in a patch release. Or an explanation of why the limitations exist.
    Thanks for the response.
    Tim

  • Any tool to search Crystal Reports with embedded SQL

    We have hundreds of Crystal Reports with embedded sql statements which have been developed over the years.  Is there any tool which will allow us to scan all of the reports to see which ones might use a certain table, or is using a "group by" clause, or whatever ?
    We'd prefer to not have to open each report to view the embedded sql.
    Any thing that will extract the sql for us and dump it to a file ??
    We have the reports as regular disk files, but they are also published to our Business Objects Enterprise XI R2 system (just an fyi in case there's an option on that side).

    Hi Wayne
    There is a sample ras sdk code here that might be if use to you
    Link: [https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/402f2b94-da66-2b10-c598-de0d4b6058dc]

  • Exporting Crystal Reports with embedded Xcelsius content to PDF

    Hi,
    I have a crystal report with an embedded xcelsius chart. I would like to schedule this report using Crystal Server 2008, sending it monthly as a PDF file attached to an email. But after exporting the report through Crystal Server, the xceslsius content is just blank. Shouldn't this be working?

    What is the version of Adobe Reader? Adobe Reader 9 should be there.Also check whether you have Flash Palyer/ flash Active X control installed.
    If you can view the dashboard after exporting it to PPT,it means you have Flash Player installed. You need to try with Adobe Reader 9.

  • Access Report with repeating graph

    Hello and thanks in advance for reviewing/suggesting where I am going wrong.
    I have a report which displays a line chart for readings obtained for each system monitored.  I use parameters in a query to define the data range for review.  The proper data (for the appropriate date range) shows in the detail section of the
    report.  However, the chart (which shows for each system) always shows every reading record (earliest to last) regardless of my best efforts to pick and poke through how to tie the chart data to date range shown in the detail section.  The chart
    "changes" accordingly for each system but I get all dates instead of just those shown in the details section.  Again, any assistance would be sincerely appreciated.  

    Hello Starain,
    With regards to your inquiry regarding a pop up window at runtime / query results if run independent;  
    Yes, a dialog box opens which captures/passes the begin and end dates for the report.  If I run the query "stand alone" (outside of the report), I get correct information.  Through "trial and error" I have toggled the graph
    data source options and have seen the same prompts for the graph (and in these instances the proper date range shows.  However, I get a prompt for each system record.  With up to 600+ systems records, that's a lot of keying in start/end dates).
    To expand a bit, the graph is not in the detail section, it is in the "System" group.  My "goal" is to have the graph use the query results which define what appears in the detail area without prompting for a begin and end date for
    every System "group".  Is there a way to "point" the graph data source to the record range that appears in the "details" section?
    Thanks for your reply!!!
    Regards,
    SteveD

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • Generation PDF Report with Graph 6i

    Hello all of u,
    I have a problem to Generate 6i report with pie Graph in PDF format ,,
    Report run well and at the bottom show the pie graph with different color
    But when I Generate a PDF file, graph did not show and only back circle show
    What is the problem with the oracle graph and why color did not shown?
    Please help me
    Thanks to all

    Hi Julie,
    Sorry my english.
    I will try to explain in more details the problem.
    I have identified that the bar code name into the PDF output is lowercase (mw6code39mt).
    I only visualize or print the PDF output with the bar code when I manually alter that bar code name from lowercase to uppercase (MW6Code39MT).
    I do that in my Unix server using the vi editor.
    Please, see what I need to alter in the PDF output file on Unix server:
    <</Type /Font
    /Name /F1
    /Subtype /Type1
    /Encoding /WinAnsiEncoding
    /BaseFont /mw6code39mt ====> alter to MW6Code39MT
    /FirstChar 24
    /LastChar 255
    /Widths 9 0 R
    /FontDescriptor 10 0 R
    >>
    endobj
    Thank you.
    Edson

  • 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.

  • Creating a report with multiple Y-axes on one graph

    I currently have a script that will create a report with either 1, 2, or 3 graphs and has the ability to have four graphs per plot.  I would like to add functionality to this script by making the Y-axis on the graphs have multiple Y-axes.  How can I programmatically create a graph with multiple Y-axes?

    To create an new axis system use the command GraphObjNew, eg:
    Call GraphObjNew("2D-Axis","2DAxis1")
    Call GraphObjOpen("2DAxis1")        
      D2AxisBackColor = "blue"  
    Call GraphObjClose("2DAxis1") 
    Call PicUpdate
    If you have DIAdem Version 10 you can also create a new y-axis using GraphObjYAxisNew. This command is not available in versions 9.1:
    Call GraphObjOpen("2DAxis1")
    AxisNo = GraphObjYAxisNew("left")
    If AxisNo>0 Then
      Call GraphObjOpen(D2AxisYObj(AxisNo))
      D2AXISYTXT ="My new axis"
      D2AXISYTXTFONT ="Arial"
      D2AXISYTXTCOLOR ="red"
      Call GraphObjClose(D2AxisYObj(AxisNo))
    End If
    Call GraphObjClose("2DAxis1")
    Winfried
    Message Edited by winner on 03-23-2006 03:48 PM

  • Email reports with graphs as HTML (via schedule)

    == W2K machine with Oracle Reports Server 6i R2 ==
    How can I schedule/design a report if sent via email (in HTML format), so the graph that is part of the reports shows up? Currently, the gif is missing. I can use the "hyperlink" in the web setting to point to the file on the web server, but this means my "customers" need to click the missing object.
    If I send the report as PDF, all is well but again, my customers need to "open" the file.
    Is there a way to email reports with graphs as HTML?
    In any other format where the receiver does not have to take any other action?
    Thx
    Josh

    My bursting SQL query:
    SELECT DISTINCT
    ip.APPL_ID KEY,
    '11F_Search_Prospect_Email' TEMPLATE,
    'RTF' template_format,
    'en-US' locale,
    'HTML' output_format,
    'EMAIL' DEL_CHANNEL,
    ip.email PARAMETER1,
    '[email protected]' PARAMETER3,
    'Welcome' PARAMETER4,
    'true' PARAMETER6
    FROM ugrad.inquiry_prospect ip,
    ugrad.correspondence f,
    ugrad.address e,
    ugrad.f_lookup fl
    WHERE ip.appl_id = f.appl_id
    AND ip.APPL_ID = e.APPL_ID
    AND fl.TYPE_CODE='C'
    AND ip.record_stage = 'Prospect'
    AND e.COUNTRY_CODE=fl.code
    AND e.table_name = 'INQUIRY_PROSPECT'
    AND e.address_type =
    NVL ((SELECT gg.address_type
    FROM ugradadm.address gg
    WHERE gg.address_type =
    DECODE (f.mailpref,
    'Home', 'HOME',
    'Best', 'LOCAL',
    'HOME'
    AND gg.table_name = 'INQUIRY_PROSPECT'
    AND gg.APPL_ID = ip.appl_id
    AND((gg.address_type='LOCAL' AND NVL(gg.address_expir_date,sysdate)>sysdate)
    OR gg.address_type='HOME')),
    'HOME'
    AND f.batchid = :Batch_ID
    This report when bursted sends an email with the layout template as html body.
    The EMAIL configuration is set with a server Port number and its host address.

  • Copy doesn't work with embeded sub report in CR For Visual Studio 2010 SP2

    Copy feature doesn't seems to work with embeded sub report content in CR For Visual Studio 2010 SP2. I am using a winform app .net 4.0. I am not able to select the individual fields in the embeded sub report . It always select the whole sub report and it is not copying anything. Please let me know how to enable the copy feature for elements in  embeded sub report.

    I understand your description. Let me do a quick test of this later on today and get back....
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Report not display graph with desformat=HTML with PDF runs ok

    Hi, I have a report (.rdf) which have a graph, when I run on oas with desformat=PDF it runs ok:
    https://oasff:4444/reports/rwservlet?genprod&report=grafico.rdf&desformat=PDF
    , but when i run with desformat=HTML or HTMLCSS doesn't show the graph:
    https://oasff:4444/reports/rwservlet?genprod&report=grafico.rdf&desformat=HTML
    i found on /opt/oracle/bi_forms/reports/cache the htm file and the jpg file, if i copy this files and run it on my pc on my jdeveloper shows the jpg with the graph ok, but on oas doesn't work......
    any ideas .......
    my oas is 10.1.2.3.0 on suse 10. And my reports is 10g.
    thanks.

    What do you mean by "different"? (In our
    experience, Oracle html output has too many
    columns, which are not visible in the
    browser but are obvious in Excel.)
    We build our own html programmatically, so
    that Excel matches the browser more closely.
    -- Allan Plumb

  • Report with graph

    Hi all.
    I've 2 problems:
    I need to do a report display a graph with more than 6 period...
    I saw that the "GRAPH_MATRIX*" functions  use up to 6 elements for dimensions... I need at least 12 elements...
    The graph must have 2 lines and the quantities for 12 months...
    The other problem is the legend!!!
    How can I do it?
    Thanks a lot!
    cv

    I had 15 months... I used FM GFW_PRES_SHOW...I had only 3 lines across 15 months, but more can be used....  It's an interesting function module to work with....somewhat limited but presents a nice, usable chart.  SAP demo program GFW_PRES_SHOW will give you some ideas on how to use the tool.

  • Flash 10/11 hangs in Firefox 5/6 with embedded Youtube videos on Windows 7 x64 without crash-report.

    Hello everybody,
    At first I report my problem to bugzilla of firefox on this URL: https://bugzilla.mozilla.org/show_bug.cgi?id=673272 .
    I hope people from this Forum can help me.
    My Firefox (5.0.1 or 6.0 b2) with Flash (10.3.181.34 or 11.0.1.60) hangs when I enter to webpage with embedded videos or direct on YouTube, faster hangs is on webpage with embedded YT videos.
    When FF is hangs I can kill "plugin-container.exe *32" and see screen like this: http://prntscr.com/2e1yo with new upper bar "The Adobe Flash plugin has crashed. Learn More... Reload page x" but WITHOUT "Send crash report". "Submit crash reports" is enable in FF by default.
    I turn HW acceleration off, testing new FF profile, new windows user profile, safe mode of FF, the newest both softare FF 6.0b2 and Flash11 for Windows 7 64bit = without effect, FF still hangs on my HP Compaq 6510b laptop.
    Best Regards
    Marcin Przysowa

    Troubleshoot, report Flash Player video playback issues
    DxDiag.log: http://pastebin.com/hsX0mqin
    Flash Player version: WIN 11,0,1,60
    Debug Player: No
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
    Browser Version: 5.0 (Windows)
    Browser Name: Netscape

Maybe you are looking for

  • Making button disable in tool bar

    Guru, I am displaying on ALV using class. I have some toolbar in out put. Could you pls tell me how to disable them. Thanks, Sandeep Garg

  • Colour Profiles, file types etc

    I've been searching through many posts after dissapointing results in my iPhoto book. Poor Saturation, sharpness, D max etc. Does anybody know for certain if the images uploaded to iphoto books are profiled and whith which space? It seems that most p

  • ExecutorService - thread pool

    I am using a thread pool to handle requests. Is there a way to know who is doing what? This is the code I used to assign new tasks to my pool: for (;;) { this.pool.execute(new Handler(this.sSocket.accept(),Identifier); Is there a way to get the threa

  • Manually copy ipod files to hard drive/removable storage

    I am having issues with my ipod (I posted another topic about this) and cannot see any of my songs or videos on my ipod. I also cannot get computers other than the one I was using when the problem started to recognize my ipod. I normally work with PC

  • Installing Flash Player Adobe log in problem

    Trying to install new version of Flash Player. Can not get past NAME/ PASSWORD page. I have just spent 2 hours going to my OLD aol account, setting new password and still cannot get in.  That page has "Jane" as my NAME as an auto fill. None of the pa