DayDiff between TODAY and Project Planned Start Date | Adobe Higher Education
Skip to main content
Level 4
March 3, 2025
Risolto

DayDiff between TODAY and Project Planned Start Date

  • March 3, 2025
  • 2 risposte
  • 519 visualizzazioni

I am trying to amend a report of Tasks that will pull a field to show the difference in days between Today ($$TODAY) and Project Planned Start Date.

Can anyone help me with the Text Mode for the report or a calculated field?

Questo argomento è stato chiuso alle risposte.
Migliore risposta di ThomasNe2
WEEKDAYDIFF($$TODAY,{project}.{plannedStartDate})

2 risposte

ThomasNe2AutoreRisposta
Level 4
March 3, 2025
WEEKDAYDIFF($$TODAY,{project}.{plannedStartDate})
KellieGardner
Community Advisor
Community Advisor
March 3, 2025

for a task report it would be:

 

 

displayname=Week Day Difference valueexpression=WEEKDAYDIFF($$TODAY,{project}.{plannedStartDate}) valueformat=HTML

 

 

 

WEEKDAYDIFF(date2, date1)