On the other hand, I have another server with the French version of
Project Server 2007 SP1 :
The formula IIf([Dbut planifi]=ProjDateValue('NC');False;True) works
perfectly.
So I suspect a problem in the queueing process on my English server.
Thanks for your help,
Robert
"Rod Gill" <rodATproject-systemsDOTcoDOTnz> a crit dans le message de
news: (e-mail address removed)...
Ok, just to tick the box, there is a date in the Baseline Start column?
Either apply the Tracking Table or insert the Baseline Start column to
see it.
--
Rod Gill
Microsoft MVP for Project
Author of the only book on Project VBA, see:
http://www.projectvbabook.com
Gary,
Yes I did that, without any success :-(
"Gary L. Chefetz" <
[email protected]> a crit dans le message de
news: (e-mail address removed)...
Robert:
Are you republishing your project after recalculating the schedule in
the Project client? If not, try that.
--
----------
Gary L. Chefetz, MVP
MSProjectExperts
Project Server Consulting:
http://www.msprojectexperts.com
Project Server Training:
http://www.projectservertraining.com
Project Server FAQS:
http://www.projectserverexperts.com
Project Server Help Blog:
http://www.projectserverhelp.com
I'm using Project Server 2007 (English) with SP1, but my Windows
Server 2003 is French.
"Rod Gill" <rodATproject-systemsDOTcoDOTnz> a crit dans le message
de news: (e-mail address removed)...
So what version of Project and what service pack level as this works
for me?
--
Rod Gill
Microsoft MVP for Project
Author of the only book on Project VBA, see:
http://www.projectvbabook.com
Rod,
I tried you formula (Enterprise custom field in PWA) with double
quotes but the result is always the same : No, while actually there
is a baseline :-(
"Rod Gill" <rodATproject-systemsDOTcoDOTnz> a crit dans le message
de news: (e-mail address removed)...
This works for me in Project 2007 SP1:
IIf([Baseline Start]=ProjDateValue("NA"),False,True)
Maybe you just need double instead of single quotes.
--
Rod Gill
Microsoft MVP for Project
Author of the only book on Project VBA, see:
http://www.projectvbabook.com
Hi,
I tried to create an enterprise custom field (Entity = Project),
Type: Flag, with a quite simple formula:
IIf([Baseline Start]=ProjDateValue('NA'),False,True)
But the calculated value always stays at "No" while the project
has a baseline.
What did I missed?
Thanks