Hi all,
i am looking for help/support to solve my requirement and it is:
To be able to track a length in project phase which follows with following stages:
Where i would like to track the duration of how many days the project occurred in a particular stage. My custom list contains lots of fields and one of them is called „Project phase“, containing drop down list of the above mentioned stages. I am interested in date when i entered the particular stage and when exited, this is based only on the filed “ Project Phase” change with no additional fields containing date. This would have to be taken out of the history data/versions?
Is there any chance to track the length and record the duration time in other list which will contain e.g.:
Project name ‖ project phase ‖ duration in days - where for each project will be there several lines or anyone have better solution?
If you don't want to add more fields to your existing list, I would suggest the following:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "=if(Number(@currentField) == 0, 'N/A', '@currentField.displayValue' + ' (' + floor((Number(@currentField) - Number([$EndDate])) / (86400000)) + ' days)')",
"style": {
"border": "none",
"background-color": "transparent",
"cursor": "pointer"
}
}
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492