Returns the current value of the field, which belongs to this property formula. It can be used to format field values, like database fields.
CurrentFieldValue
Current value of the field.
if CurrentFieldValue = 0 then 1 // Returns 1 if the current field value is 0.