-
Re: How can I show an age between 2 time stamps in business hours?
Here is what I came up with: CASE DATEDIFF(SUBTIME(`Completed_Date__c`,28800), SUBTIME(`CreatedDate`,28800)) WHEN 0 THEN ROUND((HOUR(SUBTIME(`Completed_Date__c`,28800)) + (MINUTE(SUBTIME(`Completed_D…1