The Numeric Field provides the following capabilities:
In Form Designer you can add a Numeric field by dragging the Numeric field icon onto the form from the toolbar.
Double clicking a Numeric field in Form Designer will display the Numeric field's Properties, Security, and History.
In addition to the Default Field Properties Numeric fields expose the following additional properties:
Details about field security are available here: Field Security
Details about field accessibility are available here: Accessibility
$current.new_numeric_field_1 = 10;
$ps.toast($current.new_numeric_field_1);
Details about query operators are available here: ps-queryoperators