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.

Similar Messages

  • How can I update the x-axis to match a time reading in a waveform chart?

    I am recording data in real time and displaying it in a waveform chart. However, I have yet figured out how scale the x-axis to match the actual time scale of my data. I've played with the accompanying property node but that has not produced the desired result. My guess is that there is a combination of xscale.range.maximum and xscale.multiplier values that need to get updataed in a certain way, but how is still unknown to me. If you could assist I'd appreciate it.

    Nobody has recomended using a Waveform Chart!
    A waveform chart will plot the points based on the "t0" of the waveform.
    The waveform chart will maintain the buffer so all you have to do is apply the new data.
    The "t0"'s of updates from more than one plot do not have to match-up.
    See the attached LV7.0 example and jpg.
    Ben
    Note:
    "t0" values for an individual plot must be increasing values.
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Wform_Times.vi ‏58 KB
    Wform_Times.JPG ‏102 KB

  • How do you change the y axis value in numbers

    Hi
    relatively new to numbers. How do you alter axis value and set minimum, maximum values an step values in numbers
    Cheers

    Hi CA,
    Did you really intend to post this Numbers question in the Pages forum?
    Axis values are set in the Axis section of the Chart Inspector:
    Select the chart.
    Default values are 4 steps and auto settings from data for the min and max values for each axis. The x axis is a Value axis only for a scatter chart. Otherwise it is a Category axis.
    To set Min, Max values and number of steps for either axis, click in the appropriate box, then either type the value or use the stepper (which apears) to step to your chosen value.
    The maximum number of steps is 10.
    Regards,
    Barry

  • How do i change the chart axis; x to y and y to x?

    i'm new to the numbers, please suggest me for the same
    thanks,
    Rajesh Ranadive

    Hey Rajesh Ranadive,
    Welcome to Apple Support Communities! Check out the Numbers Help document, specifically the section titled "Modify chart data references." I pasted the relevant steps below:
    Numbers Help: Modify chart data references
    http://help.apple.com/numbers/ipad/1.7/#tan72719392
    Switch rows and columns as data series:
    Tap a chart, and then tap Edit References.
    Tap in the top-right corner of the screen, and then tap your preference to plot table rows or columns as the data series in the chart.
    Tap Done.
    Cheers,
    David

  • How do I change the mouse-over value format on the secondary axis?

    Can anyone tell me how I can change the number format for the mouse-over values on the secondary axis of a combination chart?  Right now they take on the format of the primary axis values.  In my case, I need the primary to reflect a general number with three decimals, and the secondary to reflect currency. 
    Many thanks,
    Devin

    Agreed. The option I've used before is to name the axes "Revenue ($)" and "Gross Margin (%)" (or whatever) and that makes the numbers a little more readable.

  • How do I update the value of a hidden field?

    Jsp has hidden field. The value of the hidden field is set.
    <%= RequestCtx.getSessionInfoAsHiddenParam() %>
    <INPUT type ="HIDDEN" name=billtoContactPartyId" Value="<%=billtoContactPartyId %>">
    Based on some logic I've added to the jsp. I want to update the value of the hidden field. This does not work. How do I update the value?
    windowForm.elements['billtoContactPartyId'].value = windowForm.elements['defaultcontactPartyId'].value;

    Hi,
    If you create a function to return wwctx_api.get_user you could
    call this inside an update trigger, you could put in an
    exception to return USER if there is an error, this would then
    work for users connected directly and users using Portal.
    Regards Michael
    e.g.
    CREATE OR REPLACE FUNCTION F_PORTAL_USER RETURN VARCHAR2 IS
         vRet VARCHAR2(50) := wwctx_api.get_user;
    BEGIN
         RETURN(vRet);
    EXCEPTION
         WHEN OTHERS THEN
              RETURN (USER);
    END F_PORTAL_USER;

  • How do we update the value of a textfield in a dialog box by clicking a button/ textbutton ?

    How do we update the value of a textfield in a dialog box by clicking a button/ textbutton ?

    Hi,
    If you create a function to return wwctx_api.get_user you could
    call this inside an update trigger, you could put in an
    exception to return USER if there is an error, this would then
    work for users connected directly and users using Portal.
    Regards Michael
    e.g.
    CREATE OR REPLACE FUNCTION F_PORTAL_USER RETURN VARCHAR2 IS
         vRet VARCHAR2(50) := wwctx_api.get_user;
    BEGIN
         RETURN(vRet);
    EXCEPTION
         WHEN OTHERS THEN
              RETURN (USER);
    END F_PORTAL_USER;

  • Access the X-axis value from Flash Chart

    Hi,
    Is there a way I can access the X-axis value from Flash Chart to populate a report in another page? My X-axis is not a direct column in the table it is computed in the query.
    X-axis is MON-YEAR computed from the Begin_Date column. I want to capture the MON-YEAR clicked by the user to populate a report for that Mon-Year.
    Here is my chart SQL.
    select 'f?p=&APP_ID.:18:&SESSION.:::::::' link,
    to_char( "VIEW"."BEGIN_DATE",'MON-YYYY') label,
    sum(decode(TYPE_Id,2,Value,0)) "Value-1",
    sum(decode(TYPE_Id,1,Value,0)) "Value-2"
    from "VIEW" where to_char( "VIEW"."BEGIN_DATE",'MON-YYYY')= to_Char(sysdate-100, 'MON-YYYY')
    group by to_char( "VIEW"."BEGIN_DATE",'MON-YYYY'),
    to_char( "VIEW"."BEGIN_DATE",'YYYY')
    order by to_char( "VIEW"."BEGIN_DATE",'YYYY')
    Any suggestions?
    Thanks

    Thanks Marco..
    I did the same thing. I found this info at Re: Charts and links
    in the forum.
    Thanks for the help again.
    Nimmi

  • How To keep CNiKnob from going directly from the Min axis value to the Max axis value?

    When a user drags the pointer on a CNiKnob with the mouse, he/she is able to drag the pointer directly from the minimum axis value to the maximum axis value.
    This is obviously unacceptable. So is there a way to disable this behavior or a work around?

    Unfortunately, there is not an easy way to do this with CNiKnob. One way you could work around it would be to handle the CNiKnob's OnPointValueChanged event and keep track of the previous value, then detect if the value jumps from the min to the max or vice versa and if it does, set it back.
    If you migrate to .NET in the future, the Measurement Studio Windows Forms .NET Knob control lets you easily configure this and is the default behavior when you add a Knob to your form. For more info, see the documentation for the Knob.InteractionMode property.
    - Elton

  • SAP HANA XS and SAPUI5 - how to live update a chart?

    Hi all,
    we are developing with SAP HANA Developer Edition and SAPUI5.
    We read data with an XSJS File out of the Database ( i read the recent 40 datasets of the table with an SQL statement and LIMIT).
    This is the code in my controller.js which calls the XSJS service that reads the data out of HANA DB.
    loadChart: function() {
            var model = new sap.ui.model.json.JSONModel();
            var aUrl = '../../../dev/data_HANAXS/services/readdata.xsjs?cmd=loadChart';
            jQuery.ajax({
                url: aUrl,
                method: 'GET',
                dataType: 'json',
                success: function(data) {
                    model.setData({modelData : data});
            return model;
    Then in my view.js i set the model for the line chart and i can see my data.
    var model = oController.loadChart();
    linechart.setModel(model);   
    What i want to do now is to live update the chart in regular time intervals, i am using SETINTERVAL ( you can also use jQuery.sap.delayedCall ) for that:
    function updateChart() {
                var model = oController.loadChart();
                linechart.setModel(model);
    setInterval(updateChart, 5000); // every 5 seconds refresh the chart
    And this works fine BUT the COMPLETE CHART (including x-axis and y-axis) is drawn again every 5 seconds , what i want to know is how can i realize it so that ONLY the DATA LINE is drawn again every 5 seconds?
    It would be great if anyone could help me regarding this issue?
    It must be possible to do a live update of a chart especially for cases where you get steadily new data that has to be visualized.
    Regards & Thanks,
    Andreas

    Hi Micha,
    yes i tried that some days before but it did not work. After your message here, i tried it again but same result, what i get after some seconds is "No Data". Moreover i am not quite sure how to set the data with model.setData().
    What i do is the following, maybe you know if there is a mistake: this is the code for updating the chart in the controller.js:
    update: function(oController) {
            var model = new sap.ui.model.json.JSONModel();
            var aUrl = '../../../xxxx.xsjs?cmd=loadChart';
            jQuery.ajax({
                url: aUrl,
                method: 'GET',
                dataType: 'json',
                success: function(data) {
                    model.setData({modelData : data});
                    oController.onUpdateCall(model, oController);
    onUpdateCall: function (updateJSONModel, oController) {
            oController.updateModel = updateJSONModel;
            var linechart = sap.ui.getCore().byId("linechart");
            var oModel = linechart.getModel();
            var oUpdateData = oController.updateModel.getData();
            oModel.setData(oUpdateData);
    I use the same cmd parameter and i call the same xs service method "loadChart" (which always returns the newest datasets - data is continuosly pushed in our HANA DB) that initially loads the data for the chart.
    I get no error messages in my browser.
    When i do oController.update(oController) in my view.js after 5 seconds, i get "No Data" but analysing the data in browser shows me that the xs service returns the data, so data is definitely there.
    Regards & Thanks,
    Andreas

  • How can I format the y-axis to display durations?

    How can I cause the y-axis of this chart to reflect the values in Row 6 [Average Pace (Minutes per Mile)] of the corresponding table in duration format rather than number format. In other words, I need the y-axis to be a list of durations appearing like the figures in Row 6. Also, I need it to begin with the longest duration (10:00) and to climb to the shortest duration (5:00) at the top. I'll should mention that I already tried using the Inspector, but the "Duration" formatting option for the y-axis was not selectable while other formats were. I also tried formatting the y-axis this way to "Same as source data," and this didn't cause it to display durations either, though I had expected it to. Thanks in advance!
    Ryan

    Hi Ryan,
    Numbers can display only numeric values on the Y axis, and those values are always arranged from highest to lowest, with highest at the top.
    That said, here's what is possible:
    There is, of course, some manipulation of the data involved in this, as well as replacement of the value axis labels with custom labels in a text box.
    Here's what's happenng with the man behind the curtain:
    While the chart shows the data from row 6, it is actually graphing the data from row 7 (or whatever row you choose to place this data in.
    Row 7 uses a formula ( =-60*24*STRIPDURATION(B6) ) to first strip the Duration from the data in row 6, returning a number representing the fraction of a 24 hour day equivalent to the duration in row 6.
    It multiplies that number by 24*60 to convert it to the number of minutes (and fractions of minutes) in the duration, and changes the sign of the number to - (negative) so that the shorter values will be higher in the chart.
    Selecting row 7 and choosing Line Chart from the Charts Button's  menu produces, with one difference, the chart shown after setting the min and max values on the Y axis to -10 and -5 respectively, and incrementing the number of steps on the Y axis from 4 to 5).
    The difference, of course, is that the Y axis value labels all show negatic=ve numbers, with no m to indicate they show 'minutes.' To correct this, insert a text box and enter the six numbers 5 to 10, with each followed by an m and a return.
    Select the Text box, change the alignment to Right aligned (with the alignment button in the format bar), then drag the box in front of the Value axis labels with the 5s aligned.
    In the Inspector, choose Text inspector, then Text. Use the Space after Paragraph stepper to increase the setting until the 10 in the box aligns with the 10 in the Value Axis labels box. You may have to tweak the height of the chart slightly to achieve this alignment.
    Select the chart, then choose the Chart Inspector, then Axis. Use Choose Axis Options (for the Value Axis) to uncheck Show Value Labels.
    Regards,
    Barry

  • How can I make the X axis temporally proportional?

    I have a very simple line chart with decimal values on the Y axis and dates on the X axis. The dates are one per row in my source spreadsheet but they are not "evenly spaced". How can I make the chart reflect linear time, plotting the date categories irregulary along a smooth timeline?

    Look forward to the real experts' comments on chart overlays.
    As for date-format for X-axis it took some fiddling for me (sometimes it was greyed out) but it does work.
    Either leave it as Same as Source Data or pick Date and Time and choose one of the many formats available, some shorter than the source data format.
    I haven't figured out how to make specific dates show up on the axis, e.g. in my example it would be nicer to show mid-month and/or month-end dates. Numbers seems to split into intervals based on the number of Steps, with little (no?) control over where intervals begin/end.

  • How do I update the software on my iPad to iOS 6.3.1?

    How do I update the software on my iPad to iOS 6.3.1 from iOS 5.1.1?

    See the chart below to determine whether you can upgrade your device and what you can upgrade to.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 6.1.x
    iPhone 4S                                    iOS 6.1.x
    iPhone 5                                      iOS 6.1.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 6.1.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 6.1.x
    iPad 3                                          iOS 6.1.x
    iPad 4                                          iOS 6.1.x
    iPad Mini                                     iOS 6.1.x
    =====================================
    Select the method most appropriate for your situation. If you are trying to upgrade to iOS 5 or higher, then you will have to connect your device to your computer and open iTunes in order to upgrade.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS to Version 6.0.x from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • How can we pass the select-option value to modulepool program?

    hi,
      how can we pass the select-option value to modulepool program ?
      Because if i declared select-options in executable program and i used SSCRFIELDS to define push buttons in selection screen.
               My requirement if enter the values to select-options and press UPDATE pussbotton then i want call screen which contains tablecontrol.
               How i get select-option values to PAI of call screen for getting the data from database table to my internal table?

    Oh I thought that you have selection-screen and again you are working on dialog programming.
    if you want to use select-option directly in module pool then it is not possible.
    but you can do other way.
    create two varaiables
    data : v_kun_low like kna1-kunnr,
             v_kun_high like kna1-kunnr.
    use these two variables in layout ,let user knows that he can not give options like gt,lt,eq ,it will be always BT.
    and also when you see normal report program,you can use multiple values in either low or high,but here it is not possibel.
    use can enter only low value and high value.
    when you come to program point of view
    declare one range
    ranges r_kunnr for kna1-kunnr.
    do the coding like
    r_kunnr-low = v_kun_low.
    r_kunnr-high = v_kun_high.
    r_kunnr-options = 'BT'.
    r_kunnr-sign = 'I'.
    append r_kunnr.
    now you can use r_kunnr in select query ,it will work like select-option.
    other than this there is no option.
    Thanks
    Seshu

  • How Can i retain the Shared Variable Values after PC rebooting

    Hi all,
    I am facing a paculiar problem with Shared Variables. I have an application in which shared variables are used for data communication.
    One of the application requirement is to retain the variable values eventhough PC is rebooted or started after crashing. 
    As per the my understanding, the variable values will retain eventhough the PC is rebooted. But here i can observe a paculiar problem like some library variables are retaing the values while some others not. I enabled logging for all the variables.
    I tried many ways. like logging enabled, logging disabled, changing variable names, changing process names etc... But i am not getting a consistent behaviour.
    I hope some you can help me in solving this issue.. "How Can i retain the Shared Variable Values after PC rebooting"
    Thanks and Regards,
    Mir

    Hi Blackperl,
    Thanks for the post and I hope your well. 
    What do you mean by not getting consistent behaviour.. this will all depend on excatly when the crash happens i.e. before the write or after. 
    Surely a better method would be to log the data to a file during the reboot...
    I beleived the value read back
    will be the default value for the shared variable's data type.
    The LabVIEW DSC 8.0 module adds more functionality to the shared variable, including initial values and alarms.
    If you enable an initial value on a shared variable, when the variable
    engine comes back on-line it will default to this value. Setting a bad
    status alarm for the shared variable is also a good way of handling
    this type of event. Additionally, if you are using a LabVIEW Real-Time
    target such as Compact RIO or Compact FieldPoint, it is appropriate to
    consider hosting the shared variable engine on the real-time target.
    These devices have watch-dog capabilities and are typically the
    hardware controlling the critical pieces of an application. Most
    Windows or PC-based targets do not have these fail-safes.
    I guess, if you could explain to me again that would be great. From my point of view, if I have a cRIO and a Windows PC. If the windows PC crashes, the cRIO will still update its shared variables. Then once the PC has started up its own shared variable engine, and the bindings are loaded, it will once again continue to update its copies of the variables.
    Please let me know what you think,
    Kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

Maybe you are looking for

  • ICloud Photo Library on a Mac

    While we're waiting for the new iCloud Photo Library to make it to OSX, I discovered an interesting way to get photos loaded on your Mac into your iCloud Photo Library.  The bad news is it won't handle videos yet. Assuming you have all your photos in

  • Java null pointer exception while getting a segment DFF handle

    Hi, my requirement is to make a field mandatory based upon a dff segment value (Y/N). i override PFR since segment is a poplist on the page (and poplists don't fire any event) i searched in the "view source" of the page and found that segment id is A

  • How to start to work on MDM JAVA API by using webdynpro for java

    Hi all I have basic idea on MDM business package thru portal by using standard iViews. now i am planning to work on MDM JAVA APIs by using Webdynpro for Java as UI. 1) can you please share the required documents on the same. how to start working on t

  • How to testart my computer hpdisk

    ow to restart my computer hpdisk

  • PreparedStatement in two servlets

    Hello, I've got a doubt concerning PreparedStatement with JDBC. If I have the same statement in two different servlets, is my SQL compiled just once in the DBMS ? So, if I create a new Instance of PreparedStatement that was previously created in anot