Hi all, sharing a few text mode snippets for things I mentioned on this week's workshop:
Tracking Project Creation/Entry to Completion Status – you’d create a calculated field for this on any necessary project forms:
ROUND(DATEDIFF({actualCompletionDate}, {entryDate}),1)
Tracking Project turning...