ACCEPT

Resource: Property, Field : BathroomsOneQuarter

Description

BathroomsOneQuarter must contain a valid value.

Error Messages

1) ERROR, Bathroom count for this field must be greater than or equal to 0 and less than or equal to 24.

Fields referenced within this rule

BathroomsOneQuarter 

Syntax with comments and error messages

//[ErrMsg1^ERROR, Bathroom count for this field must be greater than or equal to 0 and less than or equal to 24.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If the entry is not empty...
IIF((/*[LogicBlk1]*/.ENTRY. != .EMPTY.),
// Else verify the entry is in the range 0 to 24 inclusive
(/*[LogicBlk2]*/(.ENTRY. >= 0).AND.(.ENTRY. <= 24)),
// Else accept the empty entry
.TRUE.) /  / (.ENTRY. = .EMPTY.).OR.((.ENTRY. >= 0).AND.(.ENTRY. <= 24))

Syntax only

IIF((.ENTRY. != .EMPTY.),((.ENTRY. >= 0).AND.(.ENTRY. <= 24)),.TRUE.) /  / (.ENTRY. = .EMPTY.).OR.((.ENTRY. >= 0).AND.(.ENTRY. <= 24))

Rule Unique ID

622c75d2-3edb-4379-a1a4-62b6ddfd73a9

Rule Number

18