Home      Ask a Question      My Stuff      Help   
  
TimeWorks Plus - Advanced "Split" Options
With splitting times the default format would be the method "split" then the time in brackets:

split(12:00am);

In TimeWorks Plus we can add other options to our scripting depending on which Processing Rule you use:


With the "SplitScript" Processing Rule you can do the following options by using "true/false" statements:

1. Hide the split times. An example of this is below:

split(12:00am,true);

With the above it would show two distinct punches on the same day with the split times (12:00am) missing. For example a punch of 11:00pm IN to 2:00am OUT would look like the following:

11/11/14 - 11:00pm - ...
11/11/14 - ... - 2:00am


With the "SplitPostReportingDateScript" Processing Rule you can do the following options by using "true/false" statements:

1. Push the split off time to the next date like the "Tomorrow" Rule.
2. Hide the split times.

Below is an example script:

split(12:00am,true,true);

Using our same example split at 12:00am with pushing the OUT punch to the next day and hiding the split times it would look like this:

11/11/14 - 11:00pm - ...
11/12/14 - ... - 2:00am

ID
1431
Category
>Support
  Scripting
Date Created
1/21/2015 1:41:08 PM
Date Updated
1/21/2015 2:14:51 PM
Back to Search Results