Chart axis in Dashboard

Hi all,
I made a dashboard for SR's which shows two different bar charts, one with the opened SR's for a specific year and one with the closed SR's for that year. So far so good, but users would like to compare those two charts, so they would like the axis of the two charts to be the same. Does anyone know whether there is any possibility to tie those axis together. Having a fixed axis is not an option, because the # of SR's may vary from 5 till 500, depending of the filters on division or country.
I don't think it is possible, but some of you have surprised me before!
Thanks in advance, Tim

just select both columns, open SR and closed SR, on the same axis.

Similar Messages

  • How do I rotate chart axis labels?

    Trying to rotaet chart axis labels for the x-axis, but would like to know the same for the y-axis too. Know the solution for a text box, but doesn't seem to work for the axis labels.

    Hi Martin,
    The solution is the same for X and Y labels. Select the labels and then set the rotation angle, either in the Format Bar or in the Metrics Inspector.
    Jerry

  • How to display PIE chart Axis label horizontally?

    Hi
    Currently my PIE chart axis label is displying in 2 lines. How make it to display in one line?
    Thank you

    hi,
    For Pie chart there will be no X-axis or Y-axis terms generally.
    Label/Text could be one of the following.
    Title?
    or Sub Title?
    or Foot note?
    Right Click -> Format Title . Reduce the font size such that it fits into a single line.
    Regards,
    Vamsee

  • Chart Axis: Label Renderer pixel width

    Am using custom label renderer for Chart Axis labels.
    CustomLabelRenderer extends label
    override   public function set data(value:Object):void
     if(value is AxisLabel){
    dataValue = String(value.text);
    else{
    dataValue = String(value);
    I would like to get the Width of the Label component in PIXELS on runtime.
    Can you please tell me how I can get the pixel width of the labels that gets updated when user changes the screen resolution.
    Please let me know ASAP.
    Thanks

    See this example and the related thread:
    http://apex.oracle.com/pls/otn/f?p=31517:222
    Basically, you need to customize the chart XML. That is quite easy to do.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Problem replacing  chart axis title  with &string. syntax

    Apex 4.1.1
    Hi,
    I am having a problem replacing a chart axis title with substitution syntax &P5_MYFIELD., where P5_MYFIELD is an item with Source Type PL/SQL Function Body:
    begin
    return web_message.show('LASTNAME', 'dk');
    end;
    The Item is defined on the same Page as the chart in a different region. I can see that function is working ok, because the return value is displayed in P5_MYFIELD.
    There is a second item in an other region on the same page where the source value is defined with substitution syntax &P5_MYFIELD. It also displays the expected value. But when I use the string &P5_MYFIELD. as axis title it is not displayed.
    I also defined a field P0_MYFIELD on Page Zero with the same function, when I reference that with &P0_MYFIELD. as axis title on Page 5 the value is displayed correctly. I tried the same with a field on Page 1, &P1_MYFIELD. and it is displayed correctly.
    I think, the chart axis title must be substituted before the item P5_MYFIELD is executing the PL/SQL function body to get its value. Can anyone tell me why?
    We want to use string substitution syntax to translate all our labels in different languages. I would like to create hidden items with source type PL/SQL function body for all labels on a page and reference these values as label definitions. I would like to place them on the same page as the labels.
    Thanks
    Anne

    I started the application again and now also the Items are not displayed, only the message 'Label not defined', so I probably did something wrong with the computation. Why the correct values were shown during the first run, I do not know, maybe i did not logout in between.
    Here is the debugging information, but I cannot see any error message:
    0.02844 0.00038 Computation point: Before Header 4
    0.02881 0.00032 ...Perform computation of item: P5_CYCLE, type=FUNCTION_BODY 4
    0.02913 0.00060 ...Performing function body computation 4
    0.02973 0.00464 ...Execute Statement: declare function x return varchar2 is begin begin return web_message.show('CYCLE','de'); end; return null; end; begin wwv_flow.g_computation_result_vc := x; end; 4
    0.03437 0.00042 ......Result = Wurf 4
    0.03479 0.00046 ...Session State: Save "P5_CYCLE" - saving same value: "Wurf" 4
    0.03526 0.00027 Processes - point: BEFORE_HEADER 4
    0.03553 0.00027 ...close http header 4
    0.03580
    Edited by: Anne-Marie Rosa on Jun 8, 2012 10:09 AM
    Now the correct value is displayed again in the P5_MYFIELD, because I had to set the item source back to PL/SQL Function body, but I am still getting the chart error and the chart is not displayed.
    Edited by: Anne-Marie Rosa on Jun 8, 2012 10:17 AM

  • Urgent: Chart Axis with Min, Max, Help needed.

    Hi guys,
    I am rushing on a report submodule in our application, which will go on live in a short time. We need to have charts which use min and max value from the table and calculate the appropriate interval as the scale of the axis, instead of the default interval.
    I also tried to put page items into the Min&Max in the chart attributes, but always got the error message that asks for a number.
    I have searched the forum and the conclusion I can made now, is that HTMLDB does not support parameterized value for chart axis.
    So, my question is: if I have to do it manually, how should I do it? I don't have much experiences in pl/sql, so really need some help here.
    Any input is appreciated.

    Does anybody know whether a chart can be built on a collection? I've tried but didn't succeed.
    If somebody has experiences on this, please let me know, so I won't waste more time on trying it if the answer is no. Thanks.

  • Change chart style in Dashboard

    Does anybody know if is possible to change the chart style in Dashboards?
    I want to assign 2 diferent charts style to a specific table in Answer, but show only 1 at once in Dashboard. Then, the end-user can choice what style he wanna see.
    Thanks.

    Hi Fabiano,
    Use View Selector. You can add n number of charts on a particular report and user can select anyone chart as per his requirement.
    Pradeep

  • Tool tips on chart axis

    Is there a way to create a dynamic tool tip for the labels on
    the chart axis. For example I have a bar chart that shows the
    quantity ordered in 5 categories. I want to be able to add a tool
    tip to the category label on the vertical axis to help explain what
    the category is. I need this tool tip to change based on the
    category that is rolled over. I'm assuming I should be able to do
    something with the ToolTipCreate action on an axis renderer but I
    can't figure out how to find out which label is being moused over.
    Any help would be greatly appreciated. Thanks in advance.

    I'm not sure if you're refering to components you can place in containers, but if you are, there's a ToolTipText option in the component inspector for every component you can select. If you want to change the tooltips manually for specific components, you can use the method (Component).setToolTipText(String text). Hope that helps...
    hello again,
    just one more question :) i was wondering if anyone
    knows how to implement tool tips with controls in
    JavaForte. i looked through the properties window,
    but didnt see any .ToolTipText property.... i know
    its possible, and probably just one line of code,
    anyone know it? thanks a lot in advance for any help!
    talk to ya later,
    Steven M. Berardi
    [email protected]

  • 3d chart axis names

    Using Numbers 3.5.2.  I have a table of temperature measurements from 10 locations over time - one set of temperatures taken each minute. Each Location has an Address (in hexadecimal) that I want hidden from the chart.
    I want to create a three-dimensional line chart with one line per location, temperature on the Y (vertical) axis, time on the X-axis (horizontal), and the locations on the Z-axis (front to back). I can get the temperature as a line, with the correct labels. But I cannot get the time and location working correctly.
    I have tried every way I can think of to arrange the data columns, select the data columns, and instruct the chart, but cannot get the desired results.
    First of all, I don't know how Numbers names the various axes. Second, there don't seem to be ways to match the data column to the axis.
    Sample data:
    Address
    Location
    Date Time
    Celsius
    348FFA5
    Room Air
    2015-02-27 11:56
    21.69
    5263FB5
    Outside Air
    2015-02-27 11:56
    22.06
    FD9EFB5
    Garage Slab
    2015-02-27 11:56
    21.94
    63FD5B6
    Living Slab
    2015-02-27 11:56
    21.87
    ABF65B6
    Sub Slab
    2015-02-27 11:56
    22.56
    1BFAFA5
    Furnace Intake
    2015-02-27 11:56
    21.94
    5BADFA5
    Roof South
    2015-02-27 11:56
    21.87
    87F4FA5
    Furnace Output
    2015-02-27 11:56
    21.94
    C7675C6
    na
    2015-02-27 11:56
    22.19
    6FC05C6
    na
    2015-02-27 11:56
    21.87
    348FFA5
    Room Air
    2015-02-27 11:57
    21.75
    5263FB5
    Outside Air
    2015-02-27 11:57
    22.94
    FD9EFB5
    Garage Slab
    2015-02-27 11:57
    21.94
    63FD5B6
    Living Slab
    2015-02-27 11:57
    21.87
    ABF65B6
    Sub Slab
    2015-02-27 11:57
    22.56
    1BFAFA5
    Furnace Intake
    2015-02-27 11:57
    22.06
    5BADFA5
    Roof South
    2015-02-27 11:57
    21.87
    87F4FA5
    Furnace Output
    2015-02-27 11:57
    23.87
    C7675C6
    na
    2015-02-27 11:57
    22.25
    6FC05C6
    na
    2015-02-27 11:57
    21.87

    I think Numbers can print a 3D like chart.  In your case the three axis are:
    X = location
    Y = date/time
    Z = temperature
    however, then format of your data is not well formed for plotting this way.
    The data must be:
    Date Time
    Room Air
    Outside Air
    Garage Slab
    2015-02-27 11:56
    2015-02-27 11:57
    2015-02-27 11:56
    21.69
    2015-02-27 11:57
    21.75
    2015-02-27 11:56
    22.06
    2015-02-27 11:57
    22.94
    2015-02-27 11:56
    2015-02-27 11:57
    Date/Time in a column
    location across
    then the Z axis, temperature data, in the body of the table
    you can try to coerce Numbers into doing this.
    You could also consider have two tables:
    1) where you paste the data in its' original form
    2) a destination table in the format I showed used as the source of a chart.  An Applescript could take information from the first table and munge it into the second table

  • Chart Axis Order

    Hi All,
    I have a report which has a chart, the x axis has quarter details...but I need to put them in ascending order of quarters....like q1 2008 q2 2008 q3 2008 q4 2008 q1 2009.....etc
    I am not able to do this change using the existing propoerties? Can any one suggest a solution
    Thanks
    Natraj

    try one thing. in the step 1 of your report design, set the order of the quarter field to ASC and then generate your graph

  • Chart Axis With a Filter

    Hi,
    I have 7 charts (One for each day of week) and I have put a filter on each chart to show that respective days data.
    However I want the Y axis Value to remain the same for each day and i want this value to be the Maximum Value of the entire dataset.
    How can I do this.
    I have a field called MAX_AXIS but this is only showing me the max axis for that day not the week because of the filter
    Thanks

    Hi lrj1985,
    In order to achieve your requirement, we should set the Minimum value of Vertical Axis with maximum value of the whole dataset as Andrew post. And then set a static value (0, =MIN( Fields!MyValue.Value, "MyDataset" ) or others) as the Minimum value of Vertical
    Axis. Then the Vertical Axis will display the max value of the week, not that day.
    The screenshot below is for your reference:
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How do I update the chart axis values??

    I created a Gantt (bar chart) chart in Numbers for a project at work showing schedules.  It looked fine, and everything worked great.  I want to use that same chart, but I want to just update the data in it.  I can get the bars to change, but the Y axis data (not the numbered values in the chart, but rather the the actual names out to the side of the chart) will not change.  For instance....
    Name
    Start Date
    Finish
    Task 1
    January 1, 2013
    January 15, 2013
    Task 2
    February 1, 2013
    February 15, 2013
    The Tasks on the left will be the Y axis fields in a bar chart....and the dates will populate the graph.  I've created my graph from this data and got it like I want it.  Now let's say I want to simply change some things in the Name column:
    Name
    Start Date
    Finish
    New Task
    January 1, 2013
    January 15, 2013
    Task 4
    February 1, 2013
    February 15, 2013
    So without creating a new chart or anything, I just want to reflect the new names in my existing chart.  In Excel, when you change the value data, it updates the chart and "it just works" .  I'm wanting to use Numbers for this, and I feel like this is a simple thing that I'm just missing.  Help!

    Jerrold....thanks for the reply.  While you didn't answer my question exactly (I know I was a bit vague), you did put me on the right path.  I was trying to get the Category Axis values to change on the chart whenever I updated them in the table itself.  I couldn't figure out why they weren't but I think I have now. 
    I noticed that in the Category Axis field (Inspector) it had the actual typed names of my tasks from the table instead of the cell locations.  So...."Task 1" instead of "Table 1: C7".  I cleared out all of the text in the Category Axis field, which removed it from the chart.  then I just clicked on the fields in the table and it populated the Category Axis blank with the table/cell info instead of the text.  So now when I update one of the fields, it updates the chart because it's pulling from the cell data every time.
    I'm not really sure why Number, by default, enters the text into the Category Axis when making a chart instead of putting in the corresponding cell locations, but whatever.  I got it working now and should be good to go going forward, thanks for your help.

  • Controlling Chart Axis limits in Interactive Report

    I have set up a bar chart in an Interactive Report where the x-axis is supposed to be a percentage. Currently, the bar chart's x-axis goes out to 120. Is it possible to limit it to 100 without having to create a chart region?
    Thanks in advance!

    Hi Dimitri,
    Firs of all thank you for your patience. I do not oblige you to answer or whatever. it was kind of showing you the error.
    There are date columns but they were not selected for the chart.
    SELECT
         a."FICHE_ID" "N°",
         b."AGENT_ID" "AGENT_ID",
         b."NOM" || ' ' || b."PRENOM" "Agent",
         a."EQUIPE_ID" "EQUIPE_ID",
         c."LIBELLE" "Equipe",
         a."DATE_ACTIVITE" "Journée",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES" "H. excep.",
         a."FICHE_CREE_PAR" "Fiche créée par",
            a."DATE_CREATION" "Le"
    FROM
         "OBSERVATOIRE"."FICHE" a,
         "OBSERVATOIRE"."AGENT" b,
         "OBSERVATOIRE"."EQUIPE" c
    WHERE
         a.AGENT_ID = b.AGENT_ID
    AND     a.EQUIPE_ID= c.EQUIPE_ID
    AND     (a.total_heures IS NOT NULL
             OR a.total_heures_exceptionnelles IS NOT NULL)
    group   by a."FICHE_ID" ,  b."AGENT_ID" ,
            b."NOM" || ' ' || b."PRENOM" ,
               a."EQUIPE_ID" ,
               c."LIBELLE" ,
               a."DATE_ACTIVITE" ,
         a."DATE_CREATION" ,
         a."FICHE_CREE_PAR",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES"
    ORDER BY
         a."DATE_CREATION" DESCThank you
    PS if you want we stay here, no problem I you do not want to go further with this thread.

  • Chart axis with PV

    Hi Experts!
    I would like to know if is possible configure X Axis with presentation variable. My chart can be periodic data so I would like to see specified X axis only 9000 to 12000 and the other hand with cumulative data I would like to see dinamically axis.
    I get this if I create two charts and guided navigation but I want to know if is possible to do it with one report?

    Hi lrj1985,
    In order to achieve your requirement, we should set the Minimum value of Vertical Axis with maximum value of the whole dataset as Andrew post. And then set a static value (0, =MIN( Fields!MyValue.Value, "MyDataset" ) or others) as the Minimum value of Vertical
    Axis. Then the Vertical Axis will display the max value of the week, not that day.
    The screenshot below is for your reference:
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Chart Axis Position

    Hi there,
    I'm wondering how I can fix the vertical axis of a chart into
    position. I have 4 charts that are vertically aligned. When the
    chart labels of one get larger than than the rest of the labels the
    chart resizes to make more room for the label. When this happens it
    throws the charts out of alignment. This is a big problem for me as
    the 4 charts share the same X-axis and I only have labels turned on
    for the bottom chart. The chart type is a linechart and the axis
    are both of linearAxis type. I have tried the verticalAxisRatio
    property of the lineChart but this has a rendering problem and
    tends to chop of part of the labels. Im wondering if I can
    explicitly fix the position of the vertical axis so they won't
    move.
    Thanks in advance.
    Tim

    Wow, I tried so many things (even tried the Scope and Sweep chart mode) but some settings must have been different then because the scope chart mode does it this time! Thanks a lot.
    Ben64

Maybe you are looking for

  • SQL Error on MBAM ISS server while MBAM client encryption

    Hi While I am starting the encryption through MBAM client getting below error.. unable to connect to the MBAM recovery and hardware service An error occurred while sending encryption status data for resolve this issue I have done the http://support.m

  • Connection reset by peer.

    I recently started getting following exception. I use Windows 2000           with weblogic 5.1 service pack 12. This problem does not effect the           functionality, and happens randomly.           Thank you,           berker(at)optonline.net    

  • What are the Best Practices for Optimizing Images in InDesign Files

    Is there a best practice for using images InDesign to optimize the document before converting to a PDF? Specifically, what I'm asking is, will the PDF file compress better if the images are cropped prior to placing them in Indesign? I'd like to know

  • MacBook Pro 2.2 GHz won't start up

    Hello fellow forum users, Usually, I can find solutions to most of my problems, but today, I have a bummer. My MacBook Pro won't start up. Here are the specs: http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2 .2-15-sant

  • SURPLUS IN PROFIT AND LOSS ACCOUNTS

    Hi, we have closed our accounts, we get profit for fiscal year 2006 Rs.9,71,14,492/- and opening balance of fiscal year 2006 Rs.5,64,51,959/- and closing balance as Rs.15,35,66,451/-. our retained earning account 2006 opening balance showing as Rs.5,