This version contains 3 minor updates
- Added Bin Centre or Bin Edge Origin Option
- Added Expansion Distance to Set from Perimeter option
- Added Menu Item to Check License Status
This version contains 3 minor updates
This version completes the implementation of the Personnel Management tools, in both the main CheckPoint software and the CheckPoint Web Data Entry tools.
This version contains two minor updates
This version adds in support for checking the P2/11 v1.1 H2,0,1,1 record
This version adds in three new macros – LEFT, RIGHT and MID
Replaces the value with the left x characters of the value
LEFT(VALUE,COUNT)
e.g. LEFT(4.0m: Moderate,4) will output 4.0m
Replaces the value with the right x characters of the value
RIGHT(VALUE,COUNT)
e.g. RIGHT(4.0m: Moderate,4) will output “rate”
Extracts a substring of length COUNT characters from this value, starting at position FROM
MID(VALUE, FROM,COUNT)
e.g. MID(4.0m: Moderate,7,3) will output “Mod”
You can also omit the COUNT value to get the remainder of the value
e.g. MID(4.0m: Moderate,7) will output “Moderate”
This version updates the daily dairy report output to also include an average of the first float-format custom field.
This version fixes a report generation crash caused when a preplot section has been deleted.
This version contains an update allowing the manual upload of attribute data to a server
This version adds an option into the HSE Activity Events data entry to copy events across to an Observation Card.