# $number
- Numeric Fields
To store numbers in a field we use the keyword $number
. By default, this keyword uses two decimal places.
# Usage:
$number
Options:
(n)
, withn
being the number of decimal places.
# Examples:
# 1. With the optional value of 0:
Because we want to display the value of the field Ranking Position
with no decimal places, we are using the keyword in the following way: $number(0)
.
Check how you can make use of the $number
keyword in your definitions in the brief video we include below: