Is there a text mode solution for filtering projects when the actual duration is greater than the planned duration?
I'm trying to filter completed projects in a report when the actual duration is greater than the planned duration but I'm not having success in text mode. I've tried:
actualDuration=FIELD:duration
actualDuration_Mod=gt
actualDuration=FIELD:plannedDuration
actualDuration_Mod=gt
Applying either of those makes the report show no data, but it'll show data when either of those are not applied. Can someone tell me what I'm doing wrong and point me in the right direction? Thanks!