Got this from guy in my network ...
'Percentage Closed After Due Date = ' + cast(cast(Count([ClosedAfterDueDate])*100/Count([Action Item Status]),decimal(4,2)),varchar(5)) + '%'
But remember that having them as two items (the way you have it in your re...
'Percentage Closed After Due Date = ' + cast(cast(Count([ClosedAfterDueDate])*100/Count([Action Item Status]),decimal(4,2)),varchar(5)) + '%'
But remember that having them as two items (the way you have it in your re...