Basics: Data Types: Weight (grams)
Weights that are represented in grams (g)
Operators
Smart Tag supports the following operators for fields and values that are of Weight (grams) type.
- is equal to
- is not equal to
- is greater than
- is greater than or equal
- is lesser than
- is lesser than or equal
- is within
- is not within
is equal to
Returns true
if field value is equal to the input value.
is not equal to
Evaluates to true
if field value is not equal to to the input value.
is greater than
Evaluates to true
if field value is greater than to the input value.
is greater than or equal
Evaluates to true
if field value is greater than or equal to the input value.
is lesser than
Evaluates to true
if field value is lesser than to the input value.
is lesser than or equal
Evaluates to true
if field value is lesser than or equal to the input value.
is within
Evaluates to true
if field value is within to the input value.
is not within
Evaluates to true
if field value is not within to the input value.