Can you calculate the date difference between the previous task's completion and the current date?
Use case: I can show how many days past the Planned Start Date a task is no problem, but how best to represent its true idle state? For instance, a task may have been intended originally to start ten days ago, but the predecessor was only completed yesterday. I'd like to show that the task that's 10 days late is really only behind 1 days from the time it could have actually started. That way the managers can truly see when their team is slow in responding to work.
DATEDIFF seems to work really well within a task, but less obviously so between them.
If there's also another way to get at the same answer, I'm game to learn.
Any help would be awesome!