Area Chart not displaying correct data - please help

Post Author: nmellick
CA Forum: Charts and Graphs
Hello, I am new to Crystal Reports so any help would be greatly appreciated!  I have a report that counts incidents for each hour in a 24 hour period.  When I graph the results, the first line of the graph is wrong, but the rest of the graph is correct.  I don't understand why the first line is not charting what the amounts were calculated to be.  The hour ranges are in military time (x-axis) and the count is the y-axis.  I am using the Area chart.
Any help would be greatly appreciated!
Thanks,
N. Mellick

Post Author: nmellick
CA Forum: Charts and Graphs
The report first shows the list of totals.
          Acuity 1      Acuity 2     Acuity 3     Acuity 4     Acuity 5         Total
0:00     0.00             11.00        21.00           9.00         0.00               41.00
thru
23:00   0.00             11.00        35.00            9.00          0.00             55.00
And then graphs the chart into an area graph.  I recreated the report using the report wizard and now, the first item in the list will be a duplicate of some other time (no reason on why it chooses the one it does).  So for instance, this report date range will first show:
19:00           0.00               7.00       39.00             8.00            0.00         54.00
20:00
21:00
22:00
23:00
0:00
1:00
and so on.  When it gets to 19:00, it is the same data line as the first one.  The report should start at 0:00 and go through 23:00 (midnight hour to 11:00 pm).  The wierd thing is that when the chart graphs, it will put the first line item in the report as 0:00 (in this case it's plotting the 19:00 line item in the 0:00 spot) and then the remainder of the hours is plotted correctly.
I did check and I do have it switching by hour.  Sorry if this is confusing.  I tried to attach the actual report, but I don't have rights to do that.
Thanks,
NMellick

Similar Messages

  • Query not displaying correct data

    hi all
    my query is not displaying correct data.
    in data target secondary sales is showing 1.800 value but in query it is showing
    2.00.my requirement is my query shuld show 1.800 value. i also tried to change decimal points but not changes has happend.plz let me knw what is the problem
    thanks in advance
    shalini gupta

    With which u r reconciling the data.
    With R3 or Cube.
    I think check ur key figure, have u taken the key figure 'with TAX' one or with out tax one??
    Regards,
    Manoj.

  • REPORT DOES NOT RUN CORRECTLY , URGENT PLEASE HELP

    Hi,
    I am trying to run a report from visul basic screen, but it does not run correctly. Here is how I am running the report. There is a screen developed in VB This screen prompts the user for user id and password. Once it gets that, it connects to the oracle database and pulls out a column from a table. And passes that value as a parameter to the report. Now I am calling the the report for each individual value . There are 21 value being pulled out of the database and it invokes the report 21 times. So there are 21 report engines gets started. Is there a better way to do that ? Secondly when I pass the parameter , some parameters does not pass correctly I guess , because its not generating any out put . Like out of 21 may be 10 or 11 reports gets generated correctly but rest of the reports are blank. I debug the screen i saw that the parameter value is correct, everything seems good. But still the reports are comming blank. Any Idea why it is so ? The command line that i am using in VB screen is
    Shell "C:\progra~1\ora95_2\bin\rwrun60.exe P:\Business_Analysis_&_Reporting_Tool\Test_REPORT_Templates\STORE_TYPES\Baby_Distribution_Report.Rdf USERID=" & UID & "/" & PWD & "@cposp201 DESFORMAT=PDF DESTYPE=FILE DESNAME=" & txtPath.Text & Replace(strName, " ", "_") & ".PDF BRND='" & adoRecBrand!Brand & "' PRINTJOB=NO PARAMFORM=NO"
    In the above command " adoRecBrand!Brand " is the parameter thats being passed. This is actually a recordset and brand is the column in it. When I debug the screen , I see the value also there. But the report comes out blank. Please help. This is urgent.
    Thanks
    Feroz

    The way you call reports is not scalable. If you have 100 records come back from database, you would end up launch 100 engines at the same times, which probably will blow up your machine. You should use oracle reports server to do that. You can either use rwcli60 to submit the job to reports server, or invoke rwcgi60 from URL.
    I am afraid some of reports engine failed to start and you get nothing back in your case.
    After switch to use reports server achitecture, if you still see some report is blank in your application, then you can run that report with that special set of parameters manually and see if any problem with the report itself.
    Hope this helps.
    Thanks,
    -Shaun

  • Itunes was not installed correctly! PLEASE help!

    Hello i need help!
      For the last 3 weeks my itunes is not working ' itunes was not installed correctly please reinstall error 7 ". and quicktime isen't wokring either ' pleas install apple application support here is a list of thinks that i'v tried to do.
    1)  downloaded revo installer pro ( 30 days trial ). and deleted everything apple and than reinstalled itunes.
    2) downloaded winrar to download apple aplication support.
    3) updated everything in my windows update exept for ' windows 7 pack 1 x64 systems ( kb976932 ) because my battery needs to get replaced but i can't buy that untill next month ( i'm in college ).
    please please please! help me i don't know annything about all this!

    2) Apple Software Update:  Melding! "Probleem met Windows installer pakket/ontbreken van programma voor voltooien van installatie kan niet  worden uitgevoerd....
    Doublechecking. Have you tried the following user tip?
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • READ_TEXT Not displaying correct data

    HI abapers,
    I am using the FM READ_TEXT  for reading change document long text , for some document it gives correct data but for some other doc it give some unrelated data , when i debug i found in IMPORT statement inside the FM gives this unrelated data.
    this is my call to FM ..
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                           = 'AENR'
          language               = sy-langu
          name                     = tname
          object                    = 'CHANGE'
        IMPORTING
          header                  = htext
        TABLES
          lines                      = ltext
        EXCEPTIONS
          id                           = 1
          language               = 2
          name                     = 3
          not_found             = 4
          object                    = 5
          reference_check  = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
    and import statement that gives is in SAPLSTXD program and in LSTXDFDB include line no 98
    import tline to rt_lines
      from database stxl(tx)
           client   rt_client
           id       stxl_id
           ACCEPTING TRUNCATION
           IGNORING CONVERSION ERRORS.
    this import gives worng data to rt_lines.please help in this regard.
    thanks.

    Hi,
    // check this code . I think you need to comment the importing and header
    FORM READ_TEXT .
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
         CLIENT                        = SY-MANDT
          ID                            = 'ST'
          LANGUAGE                      = SY-LANGU
          NAME                          = VNAME
          OBJECT                        = 'TEXT'
        ARCHIVE_HANDLE                = 0
        LOCAL_CAT                     = ' '
      IMPORTING
        HEADER                        =
        TABLES
          LINES                         = G1_MYTABLE
       EXCEPTIONS
         ID                            = 1
         LANGUAGE                      = 2
         NAME                          = 3
         NOT_FOUND                     = 4
         OBJECT                        = 5
         REFERENCE_CHECK               = 6
         WRONG_ACCESS_TO_ARCHIVE       = 7
         OTHERS                        = 8
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. please help

    I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. it stays on the opening screen and the message
    shows up that I must update the mediathek. If I click on update the program shuts down. How can I fix this?

    I downloaded the new iphoto and the upgrade
    Does that mean, you are running iPhoto 9.6 on MacOS X 10.10.1 Yosemite? Or are you using an older MacOS X? "New" iPhoto is relative and depends on your system.
    If I click on update the program shuts down. How can I fix this?
    Does "shut down" mean it crashes?  Then post please the error log from the error panel here - copy and paste the report into your next answer (the first 50 lines should suffice)
    Where is your iPhoto Library (Mediathek) stored? Have you moved it to an external drive, or is it still in your Pictures folder (the order "Bilder")?

  • Charts not displayed correctly in OBIEE clustered environment

    Hi,
    Our environment setup is as follows:-
    1) Two OBI BI servers clustered
    2) Two weblogic servers hosting the presentation services in a cluster
    3) Two apache servers loadbalanced and redirecting requests to these weblogic cluster.
    The OBIEE reports run fine in a standalone instance however in a cluster a few charts go missing on the dashboards.
    Can someone please help.

    Hi
    I had  a similar issue and you might find the info  below useful for your charts problem . It has to do with the way jQuery mobile loads pages into the DOM. You have to add attributes to the links in order to force the page to be reloaded from the sever instead being fetched using Ajax, or using the existing copy already in the DOM. 
    Try Changing the list template to “button control group”. It contains the rel=”external” attribute which should hopefully force the page to reload.
    If you don’t want to change the template then you need to add data-rel=”external”  or data-ajax="false" to the link to force the page to be reloaded.
    For more details on the attributes to force a page reload see  JQuery Mobile pagecontainer widget. The Ajax page navigation section contains more details.
    https://api.jquerymobile.com/pagecontainer/
    also see  ajaxEnabled configurable option            
    http://api.jquerymobile.com/global-config/
    Cheers,

  • Sound in Macbook pro is not working correctly! PLEASE HELP!

    A few days ago, the sound in the build in speakers in my macbook pro (Mac OS X 10.6.8) started not working correctly, i did not hit it or anything, just closed it down when i woke up the next day, the sound was not working correctly. i know it is hard to describe what's wrong in a written forum, but the best way to describe it is this: it sounds like when you have a set of headphones plugged in, but not wearing them. the sound is weak, with no bass. when i actualy do hear the sound when wearing headphones (in my ears) the sound is fine.
    hope anyone can help.

    Intel-based Macs: Resetting the System Management Controller (SMC)
    Resetting your Mac's PRAM and NVRAM

  • Secondary monitor seems not working correctly. Please help.

    I am using a secondary monitor in Lightroom and one feature does not seem to be working correctly. Let say, I want to use the Survey mode on my secondary monitor, I select my images on the first monitor, and on the secondary monitor, I press Shift+N, and all the selected images on the first monitor in the Grid view will be displayed side-by-side on my secondary monitor in the Survey mode. But the problem is when I try to click on one selected image, and try to give it a rating, it does not just rate that individual image only, it rates all of the selected images the same rating. I don't understand! That's how it works if you are using one monitor, why it does not work on the secondary monitor. Will appreciate a fix to this problem with many thanks.

    Hope someone will help with many thanks.

  • Datagrid Item Renderer not displaying correct data

    I have a datagrid that displays information from a web service, which is refreshed every 60 seconds.
    When the status is no 0 for a line a corresponding color is used to fill in the background.  I created a Item Renderer to fill in the background color.
    When the table is initially created, the colors are correct.  After the data is refreshed, then the background color value is carried over to the next row.
    The Spark DataGrid works better than the MX AdvancedDateGrid or DataGrid.  This was working in Flex 3, but I used an function which replaced the DataGridColumn that doesn't work in Flex 4.
    protected function init(event:FlexEvent):void
                    var showBackground:Boolean = false;
                    var backgroundColor:uint = new uint();
                    var labelTextColor:uint = new uint();
                    var dgListData:DataGridListData = listData as DataGridListData;
                    var dataGrid:DataGrid = dgListData.owner as DataGrid;
                    // comment this out if you want to see the background over the
                    // selection and highlight indicators
                    if (dataGrid.isItemSelected(data) || dataGrid.isItemHighlighted(data))
                        // clear the background so you can see the selection/highlight colors
                        showBackground = false;
                        return;
                    switch(data["MessageLevel"])
                        case 0:
                            showBackground = false;
                            backgroundColor = 0xFFFFFF;
                            labelTextColor = 0x000000;
                            break;
                        case 1:
                            showBackground = true;
                            backgroundColor = 0x00FF00;  // light green
                            labelTextColor = 0x000000;
                            break;
                        case 2:
                            showBackground = true;
                            backgroundColor = 0x015F00; // dark green
                            labelTextColor = 0xFFFFFF;
                            break;
                        case 3:
                            showBackground = true;
                            backgroundColor = 0xFDFF00; // yellow
                            labelTextColor = 0x000000;
                            break;
                        case 4:
                            showBackground = true;
                            backgroundColor = 0x7F6E3F; // tan
                            labelTextColor = 0xFFFFFF;
                            break;
                        case 5:
                            showBackground = true;
                            backgroundColor = 0xFF8A00; // orange;
                            labelTextColor = 0x000000;
                            break;
                        case 6:
                            showBackground = true;
                            backgroundColor = 0xFFDFE0; // rose
                            labelTextColor = 0x000000;
                            break;
                        case 7:
                            showBackground = true;
                            backgroundColor = 0xFF0000; //red
                            labelTextColor = 0xFFFFFF;
                            break;   
                    if(showBackground) {
                        var bgFill:SolidColor = new SolidColor();
                        bgFill.color = backgroundColor;
                        dataContainer.setStyle("backgroundColor",backgroundColor);
                        lblData.setStyle("color", labelTextColor);

    I added an "else" statement to make sure that a color was always added, even if the level was 0.  I also added a backgroundAlpha style to both, to turn the value off or on.
    So far, this seems to be the solution.
    if(showBackground) {
    var bgFill:SolidColor = new SolidColor();
    bgFill.color = backgroundColor;
    dataContainer.setStyle("backgroundColor",backgroundColor);
    labelDisplay.setStyle("color", labelTextColor);
    dataContainer.setStyle("backgroundAlpha",1);
    } else {
    dataContainer.setStyle("backgroundColor",backgroundColor);
    labelDisplay.setStyle("color", labelTextColor);
    dataContainer.setStyle("backgroundAlpha",0);

  • Key figure is not displaying correct data format

    Hi SAP Guru,
    I am facing this issue while checking query output.
    Please find the below example:
    Actual Value in Infocube :
    506,934,567,522,159,433,380.99 
    Bex Report Output:
    506,934,567,522,159,000,000.00
    Please provide your suggestion what can we do to correct the data output in reporting layer.
    Thanks
    Priyanka

    Setting is similar  like this only .... Actually Data after  decimal is not an issue the main problem is that before decimal data is coming in Zero form eg.
    Actual Value in Infocube :
    506,934,567,522,159,433,380.99
    Bex Report Output:
    506,934,567,522,159,000,000.00
    Before decimal last 6 digits

  • My ipad3 wifi location service is not working correctly. Please help me!

    I tried to locate my iPad and is showing another part of the world. But frm my iPhone 4 the location shown is correct. When I tried to set time and region it shows the same other part of the world. It's frustrating, I have tried and tried But without any progress. Can any one help me here!!!

    Your iPhone has GPS whereas your WiFi-only iPad has to be located based on where Apple's database thinks the WiFi router is located. It would see that location is incorrect, and if so there's nothing you can do about it. The location may be more accurate if you connect to another WiFi access point.
    As to the time and date, have you confirmed that the time zone is set correctly in Date and Time settings? If it's incorrect, turn off the "set automatically", select the correct time zone, and you should then be able to turn the "set automatically" back on.
    Regards.

  • Images will not display in website please help

    im using dreamweaver cs5. My custom images created in photoshop and saved as jpg will not upload into my website. i get a white box with a red x on the corner. I do have my images  in my images folder in my loca files and in my local image folder. It gives me an error saying that i might not have permission or images not in folder. Can some one help?

    Hi
    First you are posting in the wrong section of the forum for tthis question, use the dreamweaver general section - http://forums.adobe.com/community/dreamweaver/dreamweaver_general.
    As to your question, ensure you are running dreamweaver as administrator if you are using windows.
    Also check that the file paths in your html refer to your images folder as defined in your site definition.
    PZ

  • CR2 thumbnails not displaying in finder please HELP!

    I am running Yosemite 10.10.1 and can no longer view my CR2 files in finder (all views), displaying as a blank only.  This started about a week ago and as yet I haven't found a fix.  Any help greatly appreciated.  TIA.
    Cheers
    Donna

    When Canon supplies them with the update.

  • Rollover image not displaying second image, please help me

    Hello,
    I am trying to get 4 buttons on my page to display one image and then when a mouse rollsover to display a second image.  I have created 8 images.  2 for each of the 4 buttons.
    http://caliberproductsinc.com/Caliber%20Marine/boatrollers.htm
    Here is my page.  The 4 buttons I am concerend with are the "questions, manuels brochure, news" at the bottom.  The image displayed is the first image the second "rollover" image is the same except our logo turns red.
    I placed them by using insert, image objects, rollover image.  I pointed the first to the image that you are seeing and the "rollover image" to the red version.  The first image shows up fine.  The second never shows up?  Can anyone tell me why?  What am I doing wrong?
    Thanks

    "...dry roted...."  - I assume you mean "dry rotted"?
    Anyhow, on line 35 of your code, change this -
    function MM_swapImgRestore() { //v3.0
    to this -
    function MM_swapImgRestore() { //v3.0
    That slash doesn't belong there.

Maybe you are looking for

  • I am getting an exclamation mark when I try to play a song or drag a song

    in ITUNES----after I double click to play a song, or try to drag a song to a different playlist,a box pops up telling me that the music could not be found, would you like to search for it? An Apple "expert" from phone support told me to delete all 15

  • Ipad syncing similar to apple tv

    is it possible to have your entire itunes catalogue available on the ipad? in a way similar to apple tv when itunes is active and apple tv is connected via wifi.

  • Getting error in ASLFoundation.dll when trying to start Premiere Pro 4

    When I try to start up Premiere Pro CS4 I get the error The procedure entry point ?GetContainedFilePaths@Directory@ASL@@QBEXABV[very long string continues for six lines] could not be located in the dynamic link library ASLFoundation.dll. then it tell

  • Updating 8.1.2 does not update

    HI, I must say, Acrobat 8 is the most annoying app for Mac. Now, how the hell can I update the 8.1.2 patch if the acrobat 8 icons are grayed (dimmed) out? basically I can not choose my installed acrobat (part of CS3) in order to update it. Also by th

  • Preventing an application from logging to Console

    Hi, I play Urban Terror to unwind, and recently I discovered that it sends every on-screen message (such as, X was Hit in the Kevlar for 29% damage) to the Console. This is ridiculous and accounts for several thousand entries in a 30-min session. I h