CheckPoint 1.3.29 Released

This version adds in three new macros – LEFT, RIGHT and MID

LEFT

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

RIGHT

Replaces the value with the right x characters of the value

RIGHT(VALUE,COUNT)

e.g. RIGHT(4.0m: Moderate,4) will output “rate”

MID

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”

CheckPoint 1.3.22 Released

This version contains the following minor updates

  • Updated Data Linked Table Column Section window to avoid overloading when large numbers of attributes are present
  • Fixed bug with clashing Type names in Entered Edits table
  • Added Entered Edits to Daily, Weekly and Monthly tables

CheckPoint 1.3.20 Released

This version contains an update to the report generation which will hopefully give some speed improvements.

These also the following minor updates

  • Fixed Bug with Map Layer Display and Order in Report Maps
  • Added Column Copy and Text Replace Option
  • Updated Sightings Form and JNCC Output to record closest distance to source