Template:FieldDataValidationNumeric: Difference between revisions

From Memento Database Wiki
Jump to navigation Jump to search
(Created page with "After selecting Data Validation, a pop-up will appear for entering validation criteria. For ''numeric fields'', the input will be deemed valid if: :; Less than (default): its...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
:; Not empty: the field is not empty.
:; Not empty: the field is not empty.
:; Between: its value is between the two numbers entered below.
:; Between: its value is between the two numbers entered below.
: If the checkbox is ''unchecked'' (default), a ''standard'' error message is displayed.
: If the box is ''checked'', a ''custom'' error message may be entered into a blank that appears below. This error message will be displayed when the user tries to save the entry. Otherwise, a standard error message will be displayed.

Latest revision as of 01:11, 7 April 2021

After selecting Data Validation, a pop-up will appear for entering validation criteria. For numeric fields, the input will be deemed valid if:

Less than (default)
its value is less than the value entered below.
Less than (default)
its value is less than the value entered below.
Greater than
its value is greater than the value entered below.
Equal to
its value is equal to the value entered below.
Not equal to
its value is not equal to the value entered below.
Empty
the field is empty.
Not empty
the field is not empty.
Between
its value is between the two numbers entered below.