JRC X1 R2 charts missing lines inbetween in browser

HI All,
We currently display charts on the browser suing crystal report JRC.
when we call the viewer.processHTTPRequest (), the HTML content is generated by the CR runtime.
the generated HTML code has fixed width for the divs and tables and the chart is clipped on the right side in the screen.
on some systems we observe that some of the horizontal lines in the chart go missing.
this behavior is not consistent and different lines go missing when the browser is viewed with different zoom %.
please let me know on how can i get this resolved.
best regards,
Swetha.

Hi Cliff.
I'm having exactly the same issue.
Were you able to fix it?
Many thanks,
Alvaro

Similar Messages

  • Missing lines/bars in a chart

    Hi,
    just another little problem.
    Let's assume that i have a column chart, and a series of simples values:  3, 5, 7, 2, 9, 2, 1.
    Now, let's assume that my vertical axis have a minimum value of 0 and a maximum of 6: i mean, it shows the Y values from 0 to 6.
    The problem is that in this way i can see two "holes" in the chart, and it is for the column that have the 7 and 9 values.. the chart doesn't render them becouse their Y value is greater the the axis maximum.. how can i make it show them anyway? I'm developing a simple chart scrolling and i see that this happen with the column but with the lines too.. i'd need to see a bar/line drown till the end of the chart, even if it's end point is not in the visible part of the chart.
    Thank you very very much,
    Danilo

    Thanks, but interpolateValues works if i have missing values.. i have another problem here.. i mean, i have all the values.. for example, i have this points:
    A (1, 4)
    B (2, 6)
    C (3, 2)
    D (4, 5)
    Now imagine that i have my horizontal axis with the min showed value = 0 and the max = 3.. i will see the points from A to C.. but if i now drag the chart to the left, and i have min = 0.5 and max 3.5.. i can see the same points, and in the chart the line that goes from C to D is not drown, because the D point is not visible.. i can see the line from C to D only when, dragging, the X = 4 point appears in the horizontal axis.. but i want that line to be drown in any case, even if its end point is not in the graph (and the same with the bars).
    I hope i've been clear, sorry for my english, and anyway thanks for the answer
    Danilo

  • Missing Line items for CO-PA "BAPi_ACC_DOCUMENT_POST"

    Hi Every one,
    I am facing a problem while posting the documents using the standard "BAPI_ACC_DOCUMENT_POST". Problem is, if I have a multiple line items to be posted, BAPI is posting only a part of them and throwing the other documents into error with an error message "Missing Line items for CO-PA" or "inconsistency between a document field and prof. segment number" .
    Program is handling the errors in another internal table and displaying them on output report.
    When we re-run the program with same parameters, it is posting the some part of the residue and throwing some documents into error. So to clear out all the documents I need to run the Program for multiple times.
    Any one can help me out in solving this Problem.

    Hello Prashanth ,
    there are 2 structures I think you should fill
    CRITERIA (ref structure BAPIACKEC9 )
    VALUEFIELD( ref STRUCTURE  BAPIACKEV9) in  BAPi_ACC_DOCUMENT_POST
    hope this helps...

  • 2LIS_11_VAITM delta extraction missing line items

    Group,
    I'm having a bit of troubles with the 2LIS_11_VAITM extractor. We've been using this extractor for some time now to do daily delta loads and it seems to work fine 99% of the time, but recently we noticed a few orders here and there from the last 7 months that were missing line items. If a full repair load is done now on these orders, we are able to extract the missing line items. This seems to suggest that for some reason the R3 delta job is not processing these line items or not picking up changes to these line items when they occur. I've found a few notes that seem to apply, but wanted to know if anyone else had this problem before.
    This extractor feeds into a custom ODS, but no records should be dropped since there are only straight mappings in the update rules and transfer rules and no start routines used.
    Thanks for any help offered!

    Hi,
    I feel it would be better to check first for these records in PSA table. If the records are there in PSA but not there in ODS . Check the value for the field 0STORNO(ROCANCEL) in all those records.
    IF the field ROCANCEL does not has value R or D , then you can think about REPAIR request.
    For few more information on REPAIR search the forum.
    With rgds,
    Anil Kumar Sharma .P

  • Flash Chart 2d line issue

    I am using a flash chart - 2d line.
    The purpose of the chart is to show the percentage completed by the specified date. The percentage does not go up all the time. Some times it can go down also. We are capturing the comments if the percentage goes down.
    The following is the query. When there is only one entry, the line goes across on the top of the bar chart. It does not reflect what I wanted. I wanted the chart to start at 0 and progress towards 100%
    SELECT NULL LINK, date, Percentage FROM tableA where id=:id ORDER BY 2
    Thanks in advance

    Thank you Dimitri,
    I tried specifying the colors myself, but that didn't helped.
    What do you mean by putting the example online ... where?
    In fact to see this bug is very simple: it is enough to create a page with a standard 2dPie Flash Chart (with legend), and add a chart series with following source (series query):
    select null, rownum , mod(rownum,2) from all_objects
    where rownum<10
    Setting the Chart type to 2d pie or doughnut will have the mentioned problems, while the 3d pie not.
    For the moment we don't want to buy AnyChart 5.
    Regards,
    Boris

  • Bar chart and Line chart in a single chart??

    Hello,
    Was wondering if there is any way to create a bar chart and line chart in a single Flash or SVG chart? If not, are there any plans to introduce such a chart type in the future releases?
    Regards,
    Dev

    Dev,
    I don't think you can do that using standard Flash or SVG. However, you can do this
    using my XML Chart Package
    http://htmldb.oracle.com/pls/otn/f?p=31517:58
    and the instructions given on
    http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Composite
    You can modify the package to do that for you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How do I set default colors for XY chart series (lines and legend)

    I am implementing a line chart and need to override the default (caspian style) colors for the line colors and the legend symbols. I'm not displaying the chart symbols themselves as that would make the chart look bad. I've been able to successfully set the default colors for the lines via the CSS below, but cannot find a way to do the same for the series symbols that appear in the chart legend. How do I do this? Thanks.
    .default-color0.chart-series-line {
      -fx-stroke: rgb(0, 102, 255);
    .default-color1.chart-series-line {
      -fx-stroke: rgb(0, 255, 102);
    ...Update:
    Figured it out. Need to do the following:
    .default-color0.chart-line-symbol {
      -fx-background-color: rgb(R, G, B);
    }Edited by: 998038 on May 16, 2013 4:09 PM

    Here is some css to customize the line and legend colors in a line chart.
    /** file: chart.css
        place in same directory as LineChartWithCustomColors.java */
    .default-color0.chart-series-line {
      -fx-stroke: rgb(0, 102, 255);
    .default-color1.chart-series-line {
      -fx-stroke: rgb(0, 255, 102);
    .default-color0.chart-line-symbol {
      -fx-background-color: rgb(0, 102, 255), white;
    .default-color1.chart-line-symbol {
      -fx-background-color: rgb(0, 255, 102), white;
    }And a test harness to try it:
    import javafx.application.Application;
    import javafx.event.*;
    import javafx.scene.Scene;
    import javafx.scene.chart.*;
    import javafx.scene.control.*;
    import javafx.scene.input.*;
    import javafx.stage.Stage;
    public class LineChartWithCustomColors extends Application {
        @Override public void start(final Stage stage) {
            stage.setTitle("Line Chart Sample");
            //defining the axes
            final NumberAxis xAxis = new NumberAxis();
            xAxis.setLabel("Number of Month");
            final NumberAxis yAxis = new NumberAxis();
            //creating the chart
            final LineChart<Number,Number> lineChart =
                    new LineChart<>(xAxis,yAxis);
            lineChart.setTitle("Stock Monitoring, 2010");
            lineChart.setCreateSymbols(false);
            //defining a series
            XYChart.Series series = new XYChart.Series();
            series.setName("My portfolio");
            //populating the series with data
            series.getData().setAll(
              new XYChart.Data(1, 23),
              new XYChart.Data(2, 14),
              new XYChart.Data(3, 15),
              new XYChart.Data(4, 24),
              new XYChart.Data(5, 34),
              new XYChart.Data(6, 36),
              new XYChart.Data(7, 22),
              new XYChart.Data(8, 45),
              new XYChart.Data(9, 43),
              new XYChart.Data(10, 17),
              new XYChart.Data(11, 29),
              new XYChart.Data(12, 25)
            lineChart.getData().add(series);
            //adding a context menu item to the chart
            final MenuItem resizeItem = new MenuItem("Resize");
            resizeItem.setOnAction(new EventHandler<ActionEvent>() {
              @Override public void handle(ActionEvent event) {
                System.out.println("Resize requested");
            final ContextMenu menu = new ContextMenu(
              resizeItem
            lineChart.setOnMouseClicked(new EventHandler<MouseEvent>() {
              @Override public void handle(MouseEvent event) {
                if (MouseButton.SECONDARY.equals(event.getButton())) {
                  menu.show(stage, event.getScreenX(), event.getScreenY());
            Scene scene =
              new Scene(
                lineChart,800,600
            stage.setScene(
              scene
            stage.show();
            scene.getStylesheets().add(
              getClass().getResource("chart.css").toExternalForm()
        public static void main(String[] args) {
            launch(args);
    }

  • Boxes missing lines

    Hi there
    Today, all boxes I try and draw are missing lines.  I must have accidentally clicked on something for this too happen, but I have no idea how to fix it.
    Can someone please tell me how to make it so that there are all four borders on my boxes?
    Thanks!

    Thanks, Jim for your quick and helpful response - that was it!

  • Code regarding Pie Chart, Bar Chart and Line Chart

    Anybody having code for Pie chart, Bar chart and Line chart.......?

    You may try jfreechart, jgraph,etc
    here is the link for more java graphics software : http://www.kidslovepc.com/graphic-design/graphic-design-softwares.php

  • Area chart with line graph combo - Is this possible to create?

    Can you create an area chart and line chart combo? The line bar combo chart doesn't capture what I want.

    hi,
    it is better for 2 different questions,make 2 differents threads...
    You used the 2ond solution(google???),put in the dashboard...html enabled...and check your pdf again.
    Moreover,printing pdf with answer is discouraged...always prefer Xml Publisher.
    Last,there are 2 fst files which configure the *.pdf files , check them,
    http://obiee101.blogspot.com/2008/09/obiee-pdf-controls-fst-files.html
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Connect missing lines in image trace

    I am teaching myself Illustrator and I came across the image trace feature in CS6. I am able to to copy my drawing and do the image trace feature, but I am having trouble connecting missing lines to do a color fill without selecting the background area.
    Now, I may sound dumb, so please forgive me, but is there a way to connect missing lines using the image trace, or pen feature, that will allow me to select a specific area and do a color fill with selecting the background as well?

    To upload an image, click on the camera icon in the toolbar for this forum.
    The direct selection tool will select all points if you click on the object. But you can click on a single point, shift select other points or drag select. If there is another object below the object you want to edit, use the move tool and double click on the object to put in isolation mode. In that mode only that object is editable.(click the gray bar above to get out of isolation mode or press escape key)
    When using the direct selection tool make sure there is not a plus side of the cursor, if there is that's the wrong tool. (just press the lowercase a on keyboard)
    To join to end points(they must be end points and only two points are allowed at a time)
    Use the direct selection tool (lowercase a)
    Select one point
    Hold shift and select second point
    Object>Path>Join (ctrl-j on windows and cmd-j on mac) or if you have a two button mouse you can right click and choose join from the menu.

  • Missing lines in books

    Downloaded Nineteen Minutes by Jodi Picoult as the first book for my wife. It appears to be missing the last line, or several lines on the pages. I can use portrait or landscape mode but miss lines in either. Am I missing something?

    I have had the same problem in three books now in iBooks. It seems to be about one line in every 12 - 15 pages. I talked to support they said "that's just the way it is, must be a download problem." I noted I had not had the problem on the Kindle app... no response. It's a bug. Seem's iBook is VERY LOW on Apple's priority list

  • Why do my Waveform Chart Grid Lines Disappear when this runs?

    Hello all
    I have a Waveform Chart that Im using. The charts grid lines are initially set at 1 min intervals...which works fine
    However, after the 1 set of intervals (red grid lines) are reached, there are no further grid lines seen on my chart.
    Can someone tell me how to create a chart with continuous grid lines that scroll?
    thanks
    J
    Attachments:
    JH_waveform_graph_markers[1].vi ‏25 KB

    Hi hova2010,
    Please keep your questions on the same issue to a single thread. Thanks!
    Thank you for choosing National Instruments.
    Aaron Pena
    National Instruments
    Applications Engineer
    http://www.ni.com/support

  • Error message: Missing line item for CO-PA characteristic line 0000000001

    Hello, when posting is being done in automatic we are getting the following error message RW621 : 'Missing line item for CO-PA characteristic line 0000000001' and the document is not being created. I've filled in correctly the cost center / profit center for the line items. Any idea on why i'm getting this message?

    Hello Prashanth ,
    there are 2 structures I think you should fill
    CRITERIA (ref structure BAPIACKEC9 )
    VALUEFIELD( ref STRUCTURE  BAPIACKEV9) in  BAPi_ACC_DOCUMENT_POST
    hope this helps...

  • Stacked Column Chart with Line

    Hi
    I need to Create a Stacked Column Chart representing 1 set of measures with a Line representing a target.
    I want to create a chart where the Sales Amount in different Sectors is represented as a stacked column and the targets are represenetd as a line.
    Currently BO supports Bar charts with line.
    Does anyone know if such a feature will be supported in the new release of BO XI. Also is it possible to raise a request for this feature to be included in the new release
    TIA

    We are also a 30 persons department (Marketing) using in the same BO charts (since 2001) quarters made of :
    - first single column ( 2014 billing in a query1)
    - second stacked column (2015 billing +2015  firm orders backlog, 2015 frame orders backlog in a query2)
    - third single column (2016 backlog in a query3)
    and a superposed budget line
    the first and the third column are offset respectively to the left and right of the second column by blank and dummy single columns of data called ghost1 and ghost2. 2016 is still empty here but the principle is clear.
    This principle is used liberally in 200 + different reports. Also with transparent columns and other complicated, but graphically intuitive reports.
    How can we continue to use this very natural representation of our several hundred million $ business. I have not found the mixed single column, stack column and line option in BO XI 3.1 . Please re-develop one asap if necessary. SAP should please please report asap on the recovery timeline of this lost feature. The switch from Visual Basic development to Java development should not lead to regression of any feature.
    Regards.
    Jean-Marc Imbert
    Marketing manager

Maybe you are looking for

  • DBMS_SQL

    Hello, I want to write a Procedure that selects the name from the employee which employee-number I give over. But I have one question. How can I give out the ename. Normally if I write a select statement in PL/SQL I must add the INTO-Clause to store

  • CALLING DA NAM ......... Where is your FCE/FCP Getting Started Tutorial ?

    I don't know whether Da Nam has dropped off the forums but last year he posted a BRIEF tutorial to get beginners started with FCE/FCP. I have searched but cannot find that post. Does anyone know where it (or anything similar) can be found ?

  • Delete from two tables in one statement

    Hi, Is there a way to delete from two tables in one statement? Actually I have two tables: 1. Base table (id, name, age) 2. Person table (id, city, street) The id in both tables is identical. I would like to delete using something like a join: Delete

  • Submit button executes a sql query

    In my servlet I'd like to create a submit button, and when it is clicked I want to execute an sql query. For example; If I write a name; I want to add that name to my table in my database. Could you give an example please? Thank you

  • Error messages - how to change them

    Hi, Which is the file and location of the error messages so I can change the generic message Laurence :-)