Forum Discussion
Knowledgeseeker
Aug 29, 2025Brass Contributor
Baseline fallback formula fails in project center
Hi Community, I have multiple projects: some have only a single baseline, some have two (Baseline and Baseline 1), and others have none. Later, I created a new project‑level, date‑type custom field...
Ignacio_Martin
Sep 03, 2025Iron Contributor
Knowledgeseeker, to summarize and specify
The formula you must enter in French is (copy and paste):
IIf([Début de référence1]=projdatevalue("NC");[Début de référence];[Début de référence1])
NC=Not calculated/Not concerned
NA gives an #ERREUR#
For all old projects, you must Open (calculate) + Save (upload to server) + Publish (available in Project Center). Otherwise, the field may appear empty or with "#ERREUR" until a recalculation is forced.
Optionally, Publish can include Save.
New projects (created after defining the formula) will apply the formula without issue.
I hope you find it useful
Ignacio