S
|
swanside author 1/24/2011 |
A Bit more Info. CREATE TABLE IF NOT EXISTS `job` (
CREATE TABLE IF NOT EXISTS `responcetimes` (
SELECT Order_Date,
<?xml version="1.0" encoding="Windows-1252" standalone="yes" ?>
|
![]() |
Sergey Kornilov admin 1/24/2011 |
You need to write a function that is able to add time counting business hours only. |
S
|
swanside author 1/24/2011 |
You need to write a function that is able to add time counting business hours only. Check this for starters: http://efreedom.com/Question/1-2153500/Add-Working-Hours-Timestamp OK, I can see how that would operate, but, Where would I put that? |
![]() |
Sergey Kornilov admin 1/24/2011 |
Since this calculation needs to be performed in PHP code you can set 'View as' type of Target field to 'Custom' and use this code there. |