Resource: Property, Field : LivingArea
Description
LivingArea must be a valid amount.
Error Messages
1) ERROR, the living area value must be between 99 and 100,000.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, the living area value must be between 99 and 100,000.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If entry is not empty...
IIF((/*[LogicBlk1]*/(.ENTRY. != .EMPTY.)),
// Then check whether entry is between 99 and 99,999.
(/*[LogicBlk2]*/(.ENTRY. > 99).AND.(.ENTRY. < 99999)),
// Else accept empty entry.
.TRUE.) / / (.ENTRY. = .EMPTY.).OR.((.ENTRY. > 99).AND.(.ENTRY. < 99999))
Syntax only
IIF(((.ENTRY. != .EMPTY.)),((.ENTRY. > 99).AND.(.ENTRY. < 99999)),.TRUE.) / / (.ENTRY. = .EMPTY.).OR.((.ENTRY. > 99).AND.(.ENTRY. < 99999))
Rule Unique ID
64b17e27-cc91-48fe-9cab-48574400bce4
Rule Number
124