Why do Start/Finish dates automatically change to match Actual Start/Finish dates?

Please excuse my ignorance, but what is the
rationale for MS Project automatically changing the "Start" and "Finish" dates to match the "Actual Start" and "Actual Finish" dates when they are inputted?  Can this "feature" be disabled?
Thanks in advance for any assistance.

Hi,
In the end, yes, once actuals are recorded, all these values are the same - but before that they can all be different!
Before an actual start is recorded, the column shows "NA" (wich obviously is different from Start :-)). To the scjheduling engine, thsi means the start can be freely calculated (from predecessors or resource leveling, f.i.) whereas when a date
appears in Actual Start, Project will take that value as carved in granite - it is supposed to show past reality, and reality is more powerful than values calculated by the scheduling engine!
So these two values are not Always identical!
As for Scheduled start, that is indeed meaningless for automaticlly calculated tassk. But for manually scheduled tasks it does play a role. For a manually schduled task, you can set any start value you want (even a litteral such as "when we have
the time"). Still, there is an option to make manually scheduled tasks obey links - the result of that calculation is then put into scheduled start - and so there can be a difference between these two columns as well.
So, no, these 4 values do not have the same function. They are ony identical as soon as actuals are recorded but what do you expect? There is only one past reality, Project does not work with a parallel universum :-)
Hope this helps,

Similar Messages

  • My start page are automatically change to speedbit page ?! how could i make it stop ?!

    '''my home page are automatically change to speedbit page ?! how could i make it stop ?!'''

    It'a not a bug, it's a new feature. LOL
    Lion automatically loads the last used programs a real pain, but it can be disabled.
    http://osxdaily.com/2011/08/25/disable-reopen-windows-when-logging-back-in-in-ma c-os-x-lion-completely/

  • Why do the sound balance settings change every time i start up my MacBook Pro OSX 10.8.4. I set balance to middle and it reappears way off to the left or right and the volume is at maximum.

    I set the balance and sound levels on my MacBook Pro 10.8.4 but when I start up again the balance has shifted to one channel or the other [left or right] and the volume has become maximum. Does not always happen but frequently does. Any ideas?

    It should remain the way you have adjusted them.  Delete the System Preferences.plist per these instructions:
    https://discussions.apple.com/docs/DOC-4301
    Ciao.

  • Data Merge - Change Text/Cell Characteristics based on Data Value

    I am working on a letter that is sent to our diabetic patients during their birthday month...the letter will contain the last known test results and date for several measures and then recommend action based on those results.
    The data comes from a text file (csv file separated by "^") generated by our Electronic Medical Record (EMR) database...
    What I need is a script or tool that will recognize specific text and then change the font size and cell background for that particular field...
    In the first example below, everything is normal, so there is no notification necessary...
    In the second example, the BP is too high (calculation is performed by our EMR), so the csv file includes "Due Now" and "Yes" for the final two columns in the table.  The script needs to recognize "Due Now," enlarge the font, change the color, and change the background color of the cell, and then recognize "Yes" and do the same.
    Is this possible?  Is there a tool/script/method that I need?
    Example 1
    CSV File Text:     ^130/70 (3-28-2011)^Next Visit^No^
    InDesign Table:
    Measure
    Your Goal
    Your Results
    Next Test?
    Contact Doctor?
    Blood Pressure
    < 130/80
    130/70 (3-28-2011)
    Next Visit
    No
    Example 2
    CSV File Text:     ^160/90 (3-28-2011)^Due Now^Yes^
    InDesign Table:
    Measure
    Your Goal
    Your Results
    Next Test?
    Contact Doctor?
    Blood Pressure
    < 130/80
    160/90 (3-28-2011)
    Due Now
    Yes
    Thanks!
    B. Mark Hooten
    Medical Media, Mail Room, Print Shop
    O k l a h o m a  C i t y  V A M C

    Mark.Hooten wrote:
    I am working on a letter that is sent to our diabetic patients during their birthday month...the letter will contain the last known test results and date for several measures and then recommend action based on those results.
    The data comes from a text file (csv file separated by "^") generated by our Electronic Medical Record (EMR) database...
    What I need is a script or tool that will recognize specific text and then change the font size and cell background for that particular field...
    In the first example below, everything is normal, so there is no notification necessary...
    In the second example, the BP is too high (calculation is performed by our EMR), so the csv file includes "Due Now" and "Yes" for the final two columns in the table.  The script needs to recognize "Due Now," enlarge the font, change the color, and change the background color of the cell, and then recognize "Yes" and do the same.
    Is this possible?  Is there a tool/script/method that I need?
    Example 1
    CSV File Text:     ^130/70 (3-28-2011)^Next Visit^No^
    InDesign Table:
    Measure
    Your Goal
    Your Results
    Next Test?
    Contact Doctor?
    Blood Pressure
    < 130/80
    130/70 (3-28-2011)
    Next Visit
    No
    Example 2
    CSV File Text:     ^160/90 (3-28-2011)^Due Now^Yes^
    InDesign Table:
    Measure
    Your Goal
    Your Results
    Next Test?
    Contact Doctor?
    Blood Pressure
    < 130/80
    160/90 (3-28-2011)
    Due Now
    Yes
    Thanks!
    B. Mark Hooten
    Medical Media, Mail Room, Print Shop
    O k l a h o m a  C i t y  V A M C
    Have you considered programming the database application to perform the logic tests, combine the data with the appropriate InDesign tagged text markup, and output the result as an InDesign tagged text file in .txt format? You can then place the tagged .txt file in a new blank InDesign file.
    Search Google for terms like "InDesign tagged text user guide" without quotes for the tagged text guide and related links. Export an InDesign file as tagged text to get an idea of what's involved. In fact, you can use the tagged text exported from your data merge setup as the basis for what the coded database needs to do. You need to open the tagged text file in a text editor, not in InDesign.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Why does data type change if "increment​" function added?

    I have a state machine with a shift register coupling data between states. In an early state I connect an I32 constant to the data path which causes the data path to take on an I32 type. In a later state I insert an increment (+1) function and the data path changes to a DOUBLE type. Why? I can insert an I32 conversion before or after the +1 function and the data path remains or is converted back to I32 type.

    It is good programming practice to initialize your variables, be that in C/C++, VB, etc. Likewise, the reason I say you should always initialize your shift register is so that when your VI runs, you know that it starts at your initialized value and not something else.
    There will be times when your shift register will start at a previously defined value and you get intermittent problems. It's similar to creating data dependencies in LabVIEW. It's not required but it's good programming practice to have some form of dataflow, be that for troubleshooting or debugging. And yes, there are times (not a whole lot), where you cannot create data dependencies but at times like this, you'll need to make sure you can safely say, I am very sure that this VI wi
    ll run before this VI will. Likewise, by initializing a shift register, I can safely say that my loop will always start with 0.
    Sorry but I get defensive at times... Gorka is right about how the data type changes. You can changet the data type by changing the representation by right clicking on the shift register.
    Shan Pin Koh

  • Why did the date added change in itunes

    All the dates have changed in my itunes library under "date added" to recent dates. What happened?

    What are you talking about?

  • Start/Finish vs Schedule Start/Finish vs Actual Start/Finish

    Hi,
    I'm new to MSP 2013 and I'm confused on the way MSP handles Start/Finish dates. While I understand the rational of it adjusting the schedule so you see how actual dates impact the schedule, I find it confusing that there are multiple columns with different
    labels performing the same function?
    "Scheduled Start" would lead you to believe this is your initial planned start date and remains static while "Actual Start" would be, well, the Actual Start date. So one value by definition would be different than the other, yet when any
    of these dates, "Scheduled Start", "Actual Start", or "Start" are changed, they all change to the same value.
    My questions are:
    Why do the "Scheduled Start", "Actual
    Start", and "Start" dates all change to the "Actual Date" when entered?
    Is there a scheduling technique or purpose for this to work this way?
    Also, since the "Scheduled Start" date changes, how does MSP 2013 handle Earned Value?
           Since Earned Value calculations rely on your Planned Value which would be based on the Budgeted Cost of Work Scheduled          and the Earned Value which is
    the Budgeted Cost of Work Performed vs. the Actual Cost of the Work Performed at "a point          in time," how could it provide a reliable figure if the scheduled date is moving? Is it using the "Baseline Start/Finish"?
    I hope you can answer this for me or direct me to a resource that can. Thank you for your consideration.
    Marc      

    Marc,
    When Project was first released there were only two basic start field, Start and Actual Start (in addition of course to the Baseline Start field and a few others). With the release of Project 2010, a manual scheduling mode was introduced. That's when things
    got a little more confusing. Instead of leaving the Start date as is, the Start field was converted to a text field and the old Start field was renamed as Scheduled Start. When in auto-schedule mode, both Start and Scheduled Start are exactly the same.
    Now to answer your questions. To keep it simple, let's assume you are using auto-scheduling.
    1. In order to keep the schedule dynamics intact, it is necessary to update the Start field to agree with what really happened, namely with the Actual Start date. If you do not enter anything into the Actual Start field, Project automatically assumes the
    task started as scheduled, on the Start date.
    2, Yes, Project does its scheduling based on the current plan which is represented by start, finish and other data. Once the project starts, that current plan must be updated so the actual date values come into play. As noted in the lead in paragraph, Scheduled
    Start and Start are the same for auto-scheduled tasks.
    3. Earned value is based on the actual values and the saved baseline data. The "point in time" you refer to is the timescaled data as of the status date.
    Hopefully, this clear up at least some of your confusion.
    John

  • Reg:process chains could be started manually and automatically

    Hi
    Each process chain could be started manually and automatically
    >If i want to start the process chain manually, how should i start and what are the settings shall i mark
    >If i want to start the process chain automatically, is there any tool are there to start the process chain at that particular time
    Plz clarify my doughts it is use full too me
    Thanks & Regards
    manikanta

    Hello,
    PC can be started both manually and automatically.
    Every PC has a start variant, when you right click on the start variant and go in the edit option, select the option direct scheduling. Then in change selection, check the box immediate and keep the periodic job at the bottom unchecked.
    Hit the tick, save on the other screen. And when back on the PC screen, from the menu option select the schedule option.
    This will run the chain manually.
    To run it automatically, follow the same procedure but instead of using immediate choose, data and time, provide date and time when you want to run, you can check periodic option if you want the chain to run daily, weekly or monthly.
    Regards,
    Shashank

  • Javascript , date Field change doesn't work

    I want to display the expiration date automatically as soon as I selected a date of issue but it does not work..
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader"><nobr>StartDate</nobr></H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff2{$Pos}" ControlMode="New" FieldName="StartDate" __designer:bind="
    {ddwrt:DataBind('i',concat('ff2',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@StartDate')}"/>
    <Sha
    rePoint:FieldDescription runat="server" id="ff2description{$Pos}" FieldName="StartDate" ControlMode="New"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader"><nobr>EndDate</nobr></H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff3{$Pos}" ControlMode="New" FieldName="EndDate" __designer:bind="
    {ddwrt:DataBind('i',concat('ff3',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@EndDate')}"/>
    <SharePoint:FieldDescription runat="server" id="ff3description{$Pos}" FieldName="EndDate" ControlMode="New"/>
    </td>
    </tr>
    <script type="text/javascript" src="../../JQuery/jquery.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    alert (&quot;Test&quot;);
       $(&apos;#ff2&apos;).change(function(){
       alert (&quot;Test&quot;);
           var startVal = $(this).val();
    var month = startVal.getMonth();
    var day = startVal.getDate();
    var year = startVal.getFullYear();
    year = year  + 1;
    endVal= day+&apos;/&apos;+&apos;month&apos;+&apos;/&apos;+&apos;Year&apos;;
           $(&apos;#ff3&apos;).val(endVal);
    </script>

    Hi,
    Please add the following code into the new form page. You can also add a content editor web part into the new form page and add the code into the web part.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("input[title='Start Date']").blur(function () {
    var startVal = $(this).val();
    var startDate = new Date(startVal);
    var month = startDate.getMonth() + 1;
    var day = startDate.getDate();
    var year = startDate.getFullYear() + 1;
    $("input[title='End Date']").val(month + "/" + day + "/" + year);
    </script>
    Or here is a thread talk about the similar issue for your reference:
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_27765240.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Recurring Crystal schedules fail if original data source changes

    We're using BO 3.1 (SP3 plus FP 3.3 and 3.5) with Oracle 11g repository and both 10g and 11g clients installed on the BO servers (Windows Server 2008 R2).  We've been trying to resolve an issue with recurring schedules of Crystal reports.  We always configure them to use the Custom Data Source settings but if the Original Data Source name changes, it's causing report schedules to fail with the below error message.  So if the parent report's original data source doesn't match the schedules original data source, the schedule begins to fail even though it's configured to use the custom data source settings.  I've had a ticket open with support for over a month now but am not getting anywhere.  Any feedback would be greatly appreciated. 
    Error in File ~tmp6406e9398df050.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ]

    Hi John,
    Thanks for the response but rescheduling reports does NOT resolve the issue and should not be necessary when they're set to use the CUSTOM data source.  We've found that the only thing you can really do is delete the existing recurring schedules and create brand new ones.  Needless to say, this isn't very convenient for users and it's difficult to prevent the original data source name from ever changing.  It sure seems like a bug but SAP will not acknowledge it as such.  If you use Query builder to look up all the detail on a recurring schedule, there's nothing to indicate where the problem is.  The SI_USE_ORIGINALDS will be set to "false" but if the original data source in the recurring schedule does not match that of the parent report, it will fail even though the custom data source settings are correct.  Why would the recurring schedule do anything at all with the original data source when it is set to use the custom one??

  • Deletion of data from change log table and PSA

    Hi,
    For a DSO  I want to delete data from "Chnage log table"  and " PSA Tabel".
    For the DSO manage screen I have seen " Environment-> " Delete changelog table" from this we can delete chnage log table data as per my understanding.
    at PSA Level Mange screen also I have seen " Environment-> " Delete changelog table" from this option also it deletes the data from change log table or it deletes data from PSA table?.
    if this option also deletes data from changelog table then how we can delete data from PSA table?
    Please clarify me

    Hi,
      I am not sure what are you referring to from your point "PSA Level Mange screen also I have seen " Environment-> " Delete changelog table". When ever you click on manage for your psa you will be routed to a popup where you can see all your requests in the PSA table & there after if you click on any single request you will get Environment menu option but there wotn be any change log deletion option available. Please check again? Right clicking on your data source will take you to the manage requests for PSA. You can selectively delete the requests as required.
    For DSO when you right click on manage you can directly find Delete change log data option in the Environment tab. there you can select the requests you want to delete.
    Also if you want to automate the deletion process then you can simply create a chain and include the steps for PSA deletion & change Log deletion accordingly.
    Also it is recommended to keep on clearing the PSA table & Chage log data at regular intervals as it saves the disk space & thus helping in performance optimization
    Please refer the below doc at SDN, it will be helpful for you in automating the process of change log deletion & PSA deletion.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41?QuickLink=index&overridelayout=true
    Hope it clears your doubts
    Thanks

  • Date Batch Change iPhoto 09

    I have recently installed iPhoto 09 and I am having trouble when I try to change the dates on photos that I have scanned. Since updating to 09 it doesn't matter what date I enter under "Batch Change" the photos fail to update. Titles can be changed and comments can be attached via "Batch Change" but I can't change the date.
    From the information window for each photo the date is always shown as "27/06/-1987" . I can change the date via the information window on a photo by photo basis but this is very time consuming.
    I would appreciate any suggestions.
    Regards
    Gary Lowen

    I have a related issue, but not exactly the same. I have a bunch of photos that were in iPhoto 08 and now are in iPhoto 09. I think they have had a rough digital life, going back as far as 2003 and being exported and imported so much they don't know who they are...or should I say, when they are. The dates are all wrong with the exception that I think the correct date is somehow buried in a piece of metadata that I can't seem to access.
    In iPhoto 09 there is the "Extended Photo Info" window and under the first heading, Image, there is +Original Date+ and +Digitized Date+. These are both definitely wrong and are 1/1/2002..or other dates in 2002 that seem to be sequential but are definitely not related to when they were shot, imported or anything. Under the next heading in this window, File, there is Modified (date) and Imported (date). The Imported date is correct for when these were imported to iPhoto (08), but the Modified date is the Holy Grail that I want: it is the actual date the photo was imported from the camera to the computer (a PC!), which isn't the capture date, but at least has some semblance to when the photo was taken.
    So here is the issue: iPhoto doesn't seem to do anything useful with this Modified date, and I can't find that piece of data anywhere. Finder's "Modified" date (from Get Info) for these photos doesn't match iPhoto's "Modified" date...instead it's the same as Finder's "Created" date...which matches iPhoto's Imported date. I am not seeing this Holy Grail date in the eXiF information, or anywhere else, such as using an app like File Buddy.
    What I want to do is be able to batch process all these photos so that their +Original Date+ (which I'm assuming is what iPhoto sorts by) is given the value of this Holy Grail Modified date. There are hundreds....no probably thousands of these photos, so no I'm not going to manually enter them with +Adjust Date and Time...+ At the very least, where is this mysterious date stored if I can't find it in Finder, an eXiF data view, or any other advanced file info viewer? Is it buried in the iPhoto library?
    Sorry I know this is complicated, especially with all the names of dates, but please help!!!
    Message was edited by: t123

  • 'Date Created' changes to 'Date Modified'

    When I modify pics using Picasa and then export them to a new folder, 'Date Created' changes to be the same as 'Date Modified'. Is this a bug? When I look at the exported pic info in Picasa, the Date Created is still correct, but when I view the same pic in Finder, the Date Created is now the same as Date Modified. But when I look at the original pic before Picasa copied it into the new directory, it has the correct Date Created. Is it possible that Picasa somehow screwed up the file info when it exported?

    Update to this. I found this info in forum:
    "A digital image file has two 'creation' dates, the date the image was captured by the digital device (cameras, scanner, etc) and the date the image file was created on the HD."
    The problem seems to be that when I don't modify an image in Picasa, the date captured remains the date created as far as finder is concerned. However, when the image is modified (eg shadow increased), 'date captured' becomes 'date created to HD'.
    So apart from this being nuts, how can I get Finder, and therefore AppleTV, to sort and play by original image capture date created?
    This might also be an AppleTV question.

  • Why does iCal automatically change the date of the entry i am making to the day before??

    why does iCal automatically change the date of the entry i am making to the day before??
    for example, when i am attempting to make a 'all-day' appointment on october 2nd 2011, it automatically shifts it to october 1st.
    but if i am doing a timed appointment for only a few hours, it will allow me to put it on that day.
    i am trying to put in travel dates so any help on how to fix this, would be greatly appreciated.

    alsdman,
    Quit iCal, and try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. Since that Library is now hidden, you have to use the Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop, and log out/in or restart and check iCal for functionality.
    Also go to System Preferences...>Language & Text>Formats>Region: and set/re-set the appropriate "Region."

  • How to advoid Pdf attached files turning into winmail.dat file causing incovinience opening them? And why does the phone automatically changes the file???

    The first time i opened the mail, the mail loaded the attactment as pdf file and i was able to open it without any problems. But then when i tried to open it again, i watched the phone automatically turned the pdf file into winmail.dat without any of my control. Since then, i werent able to open the file anymore! And this was lucky that i was able to see it as pdf file - all other attachments i have recieved since using my new ip6 all turn into winmail.dat
    this is really incovinient and frustrating for work. i cant believe i cannot just open a pdf file as a pdf file on my ip6 in the emails i recieve. I was on ip4 before this and never have anything like this happened.
    Solution needed asap please.
    Thankyou!

    Hi Jnkm,
    I'm sorry to hear you are having issues with your new iPhone 6. If you are getting a winmail.dat file instead of a PDF, you may want to see if it may be the issue noted in the following article:
    iPhone, iPad, or iPod touch does not display attachment in email - Apple Support
    Regards,
    - Brenden

Maybe you are looking for

  • How to authorize just one of two devices with one account.

    My friends, I really don't know what forum to post this question: in iPhone, iPod Touch or iTunes. Well, the problem is simple. I have one Apple Apps account, one iPhone, mine, and an iPod Touch given away to my cousin. Both share the same iTunes lib

  • Just did an erase and install of Leopard is FCE 2 or iLife 08 or .Mac next?

    I want to add to my fresh erase and install of Leopard 10.5 -- FCE 2, iLife 08 and .Mac and iWork 05 and Quicktime Pro. Does it matter in what order these software programs are installed? Also the 10.5 updates, is there a proper order to do this, or

  • Solaris 8 on Pentium 4

    Does anyone know how to get the patch to load during an installation on P4? I have the patch but don't know exactly how to add it during an install.

  • Additional tab in outbound delivery

    Good day, I'm looking for  the way of creating an additional tab in header details of outbound delivery. Could you let me konw any porper solution? Thanks for your quick response in advance.

  • Hide menu items like you can in Acrobat?

    When creating PDFs in Adobe Acrobat, you can set some ViewerPreferences: * Hide Menubar  * Hide Toolbars * Hide Window Controls These settings can be set via "Document Properties" => "Initial View" => "User Interface Options"  I can't find these in L