Forum Discussion
Status indicators disappear after every check-in
Hello,
I created a simple status indicator on my plan :
A deadline in "Date3" field; An estimated finish date in "Finish1".
If Date3>=Finish1; green
If Date3<Finish1; red
If Date3 is "NC"; nothing so the field is blank.
(the indicator is displayed in lieu of Date3 value).
Every time I check-in, close and reopen the project plan, the indicators for Date3 are gone. I am left with the deadline date in plain text.
What's even more puzzling is I have other status indicators that work just fine.
Anyone has an idea?
Thanks.
- Ignacio_MartinIron Contributor
- KnoppGruntCopper ContributorSomehow... it works! I tried it with no image at all (not even the blank square), works just fine too.
In the end it seems that comparing a field date to value "NC" is not a valid test for a date field.
Many thanks for your time, it helps me a great deal.
Tom- Ignacio_MartinIron Contributor
Hello Tom
Project takes the value NC(Non Communiqué)=NA(Not Available) in date fields with no value, as we already know.
However, Project consider that when comparing dates, NA is superior to any date (?)
To detect date=NA I choose the condition: date>31/12/2149, knowing that there will not be any task date entered by the user greater than that maximum date that Project allows, as indicated by the forced error message that is displayed below.
I'm glad I could help you.
Ignacio
- RodFrommSteel ContributorI'm assuming the projects in the PWA? If so, open the project and always Publish it after making any change an Publish the project, otherwise the changes are in draft mode and not viewable unless the project is open?
- KnoppGruntCopper Contributor
Thanks for your reply, and sorry for lack of precision about this:
I open the project from project center in the desktop app. It is checked-out to me when I add the indicators, and I always publish then close it and check it in.
The indicators are gone the next time I open the project in the desktop app (checked-out as well).I treid a few things and came to the root cause:
All tasks don't have deadline. As a consequence Date3 is mostly empty, displaying "NC". In these cells I want no indicator at all, just a blank space; I added the rule as shown in attachment:
If Date3 equals NC then no indicator is displayed.
Apparently it's this test that stops my indicators from being saved. If I remove this test, the red and green indicators are correctly saved next time I open my project.
However without this test, indicators will just display as green for every cell with "NC", which is pointless.
Does anyone have a workaround it? I don't understand why my rule cannot be saved while it works just fine.
Thanks.
- Ignacio_MartinIron Contributor
Hello.
Can you confirm if the same thing happens with Date4, for example, if you add the Date4 column to the table, whose formula is Date4=Date3, including in Date4 the same graphical indicator rule as Date3, with Date3 being the deadline entry?
Ignacio