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...
John-project
Aug 29, 2025Silver Contributor
Knowledgeseeker,
You shall seek and you shall find.
Your formula is a little bit backward and the fields have an extra space. Try this:
IIf([Baseline1 Start]=projdatevalue("NA"),[Baseline Start],[Baseline1 Start])
This works in Project Pro desktop. I can't speak to Project Center since I don't use PWA.
John
Knowledgeseeker
Sep 01, 2025Brass Contributor
Hi John-project,
Thank you for taking the time to reply to me. My formula is in French, so the one I shared was actually a translation of the French field names.
Even after changing the fields as you suggested, nothing appears.
What I find most strange is that even when I keep only [Baseline Start] in the formula, nothing is displayed.