Automatic update of start date and finish dates in chart

Hi,
Are having several charts in our customized reports where we weekly go in and change the start and finish dates of the charts in order to show fresh data. Is there way of doing this using VBA? (Next week for the below chart would then state 3 as start
week and 10 as finish week.)
The dates are today Changed manually in the below standard form.
Hope it is explained clear enough and that there is a way of programming it.
Kind regards //Anders

Have been trying a bit more and found out how to access the chart to a certain extent. It seems to be possible the change the X-Axis Values via:
chart.axes(xlcategory).minimumscale
chart.axes(xlcategory).maximummscale
Are however not able to find values that really will show up, have tried numerous formats, and by using just simple numbers like for example 100 the code runs, but the X-axis values dissapears instead of changing.
The question is if it is at all possible to then also change the actual data in the chart to show the weeks that are entered. No use of changing the axis values without changing the data for the weeks as well. Have not been able to find anything about accessing
the data values, perhaps they are not accessible? From within MS Project it is not possible to Clock on the "edit source data" in the menu which appears when right clicking on the chart.
Any ideas are welcome.
Kind regards //Anders

Similar Messages

  • SCOM Alert Connector - not updating the start time and finish time

    When I am monitoring the status of connectors in service manager console, I found that for SCOM Alert Connector the Start Time and Finish Time are not updating. Previously it was updated daily. As of now, service manager is working fine but would like
    to check will it create any issues? Even I have cliked on Synchronize Now, but there is no update. Please guide me on this to trouble shoot further? Thanks.

    Hi,
    Based on my research, the Start Time and Finish Time values are not updated when an alert connector is synchronized. These values are only updated when alert data is transferred between Operations Manager 2007 and Service
    Manager.
    More details, please refer to the link below:
    http://technet.microsoft.com/en-us/library/hh495609.aspx
    In addition, here is a blog about troubleshooting for SCSM and SCOM alert connector:
    http://blogs.technet.com/b/servicemanager/archive/2010/04/14/troubleshooting-tips-for-your-scsm-scom-alert-connector.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Automatically update WIP start date

    Hi,
    I have a discrete job created from Sales Order. If the Sales ORder schedule ship date is changed, does it automatically change the WIP start date?
    Is there a provisiion to auto update any of the WIP job dates from the Sales Order? Any inputs would be helpful. Thanks.

    Right now users are manually updating the status to Complete(irrespective of quantity complete of not). They want this process to be automated for the jobs after three days from scheduled start date, since they have so many in a day. For automation is there any available functionality or If write a custom program to update the status what other tables do i have to update other than wip_discrete_jobs?
    Any ideas, appereciate your help.
    Thanks.

  • Automatic update of HU data in Outbound delivery

    Hello all,
    I would like to create an ABAP program to automatically update the HU data in an outbound delivery. The purpose is to have an excel spreadsheet with the HUs per delivery and download them into the outbound delivery without the need to use manual actions.
    Does anybody know of a FUNCTION, BAPI, IDOC or anything else that may assist me in this task ?
    Thanks,
    Isaac

    Go To transaction BAPI, look at Logistics General -> Handling Unit Management -> Handling Unit
    If you want to create a delivery and know the materials and HUs just populate the delivery IDoc and process it.
    If you want to pack material by uploading this spreadsheet then look at LM* transactions as that is quickest way to find what you want.
    Mike

  • Hi, whilst on holiday my iPhone automatically updated my photo album and duplicated all the pictures. I deleted the duplicate pictures now when I click on the photo it's just a black screen. Any ideas how I can restore my photos?

    Does anybody know how to restore photos on the iPhone 4?
    My phone automatically updated my photo album and it made duplicates of each photo.
    I deleted one of each as it maxed out my memory. When I went to view the photos I just got a black screen. I have now lost all my
    Photos :( if I synch my phone what will happen?

    The only way to lose content on the device is restore as "new" from iTunes or "Erase All Content and Settings" from the device.
    Start by resetting or restarting the device to see if that rectifies the problem.

  • Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page...

    Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page..

    [BUG FIXED, see "EDIT 2" at the end of my post]
    I'm on Firefox 3.6.21, and I got this problem today after a Greasemonkey update (To version 0.9.10, apparently).
    Disabling Greasemonkey solved the problem, and re-enabling it reproduced the problem (middle-clicking links to open in new tab did not work, merely highlighted the link).
    I should also note that while Greasemonkey was enabled and the bug was affecting me, Ctrl+Click to open links in new tabs was also broken.
    I hope this helps!
    EDIT: It appears this is a known incompatibility/conflict bug between current versions of Greasemonkey and Tab Mix Plus. Read more here:
    https://github.com/greasemonkey/greasemonkey/issues/1406
    EDIT 2: GREASEMONKEY HAS NOW BEEN UPDATED with a workaround to fix the problem. Go to https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/ to install the update manually. It hasn't been reviewed by Mozilla yet, so it won't be an automatic update for another day or two. All credit to "cannonfodder" below for noticing this; please mark his post as helpful!

  • I have comcast email why is it not automatically updating on my phone and alerting me I received an email?  It only updates when I open the email folder.

    I have comcast email why is it not automatically updating on my phone and alerting me I received an email?  It only updates when I open the email folder.

    So I will just have to keep checking my mail folder?  That's crazy, I did not have a problem with my Android. Is there a way to get around this?  I have been waiting on an email alert and I keep forgetting to check my mail folder, this is very frustrating.
    Thank you for your help

  • Is difference between update routine,start routine and transfer routine

    Hi All,
    What is difference between transfer routine and update routine.

    Hi Venkat,
    Routine is a set of ABAP code which is used to select a record or transform the field value at the time of loading the data.
    Types of routines:
    Tranfer Routines in Transfer Rules:
    Start Routines in Transfer Rules:
    Update Routines in Update Rules:
    Start Routines in Update Rules:
    Transfer/Update routine:
    It's the set of ABAP code used in Transfer/Update rules. Transfer/Update routine is used to change the value of a particular field/object at the time of loading data.
    Ex: Populate the amount/discount field by using Price and Quantity based on the given conditions.
    Start Routine:
    Start routine can be used in both Transfer Rules and Update Rules. Start routine is used to determine whether to load a particular record or not.
    Ex: From the data related to the year 2005, we can select only the records which belong to a particular month or fiscal period.
    Ultimately Transfer/Update routines are to update the value of a particular field. Start routines are used to select entire record.
    You can get more details about routines at :
    Routines
    ROUTINES
    Routines and Examples
    Start Routines
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/60cecb1d-0a01-0010-8289-b14fd99062fa
    take a look this doc for abap used in bw
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4493c4a6-0301-0010-62a2-efd6ded61e04
    ABAP book that always mentioned :
    http://cma.zdnet.com/book/abap/
    assign points if useful ***
    Regards
    CSM Reddy

  • Survey questionaire disappearing when updating the start date and end date to previous year

    Hi Experts
    When the start and end dates are updated to the previous year dates the questionaire is disappearing from the assignment block, is this a standard behaviour or this is a bug which needs to be raised to SAP.
    Please advise.
    Appreciate for a quick response as this is quiet urgent.
    Regards
    AM

    Hi AM,
    Check the SAP Note 1629777 - SVY: Survey becomes invalid if the from date < sysdate
    This should resolve the issue.
    Regards,
    Gervase

  • Exit/Badi for Updating Actual Start Date in CJ20N

    Dear Experts,
    In transaction CJ20N, under Dates Tab for a particular Activity, there is one field viz. Act i.e. Actual start: Execution (date). My requirement is to display PR date in this field. Besides this, Actual finish: Execution (date) should also get updated depending on the Duration field.
    I searched all the exits in the package 'CN' and 'CORU', but none of them seems to be useful
    Please suggest a user exit/BAdI which could help resolve this.
    Thanks in advance

    Hi,
    That BADI would trigger when you change any thing on the WBS and hit save.
    WORKORDER_UPDATE-for network
    Regards,
    Himanshu

  • PO data will automatically update the required data in sevice entry sheet

    Dear gurus
    How and explain the PO for sevice entry sheet data automatically getting updated
    in service entry sheet..
    pls expalin how it happens
    Thanks & regards
    bhanu

    Hi,
    You  need to select the relevant item from your list of services by doing the following.
    Select your first line item and click the below service selection icon and in your service select the line again and click service tab and all you informATION FROM YOUR Service order will default into your SES.
    Thanks

  • How to automatically update the Expiry Date's number of days

    My web app input form is an event submission form. Users enter the event title, event date and other details, etc. I've figured out how to get the "expiry days" in the form and it be hidden but i can't figure out how to calculate this:
    (today's date) - (event date) + 1 day = number of days to expire and then set the expiry days to that value upon submission.
    I have tried writing the js but am getting no where, has anyone out there already accomplished this? I've researched and researched and find a million things on calculating the number of days but can't get one of them to work for my situation here... any help would be greatly appreciated!!

    Hi Murtuza,
    You can use function module BAPI_ISUACCOUNT_CHANGE.
    Pass dunning lock details in parameter TCTRACLOCKDETAIL. This function module only create and delete locks.
    So, you need to pass existing lock details (from table DFKKLOCKS) with PROCESSING_MODE = 04 (delete) and append another value with changed expiry date with PROCESSING_MODE = 01 (Create).
    This will also help in maintain lock history too.
    Hope this helps.
    Regards,
    Avinash

  • Automatic updation of org data while creating wbs.

    While creating a new wbs, can we inherit organizational data like plant, profit center automatically from its higher level wbs, if this data does not exist in project profile. Please assist.
    Regards,
    Rahul

    The Other option is to create a template project(CJ91) with all the Org details like Plant, profit centre etc.
    Create an Operative Project by copying the above template in CJ20N.
    Regards,
    Karthik

  • Firefox performed an automatic update on my machine and now my firefox will not connect to the internet

    today firefox performed an unexpected update and now it doesn't work (connect to the internet)

    See --> [https://support.mozilla.com/en-US/kb/Cannot%20connect%20after%20upgrading%20Firefox Cannot connect after upgrading Firefox]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How Win 7 automatic updates corrupts user accounts and crashes Illustrator CS5

    A resolution or prevention is needed to prevent reoccurance a of new Illustrator CS5 crash:  The crash apparently prevents Illustrator from reading the AGM.dll located in the Support folder when trying to open any file with Illustrator.  Profounfly, reinstallation of the entire CS5, nor of just Illustrator 5, nor of just 5.1 does not correct the problem.   A new user account has to be created, whcih of course requires copying all user files to the new user account if you do not want to have to log in under a different user account just to use Illustrator.   David
    [ edited by forum host - email address removed ]

    Thank you, I have returned to that update setting.  Knowing I am unable to determine from the update details that it is going to cause an unexpected error, I should be able to narrow down which set of updates are involved.      

Maybe you are looking for

  • Opening and closing stock with sales order and with out sales order

    hello, any body please help me my client want to check opening stock and and closing stock in areport. material contains batch and some material with sales order and some are with out sales order. my client is asking this in a single layout. please t

  • How do you know the object is from another database through db link

    I have a table named a2z_people. I searched dba_objects, I found this is a public synonym. How can I know the real table name in the another database. Where is this table come from? In another words, what's the source database? Thanks!

  • I want to know keyword for report my file

    i want to know the keywords for the reporting my file... that is for example for newline printing keywords is <newline> and tab is <tab>.. same way  i want to know about the keywords... Regards, N. Srinivasan

  • Report-to-Report Interface problem with default values

    Hi all. I have RTR interface where target query has default values, so when I jump to target query it doesn't return whole data because of this default filter. Is it possible to remove this default filter in query in case it is executed through Repor

  • Administration Console

    Hi there, I have one problem with the administration console,When i get up the gui from my browser and try to see from the folder Machines ----> nodoGA/mxppga ---> Clients ( nodoGA /mxppga : Master machine / Domain ) My gui hang up and tell me that w