How to add a Formatted Number field
Create a formatted Number field, set min/max and decimal rules, and save values with automatic formatting.
-
🔢 Select field type → Number
-
🔽 In Number format dropdown → choose Formatted
-
⚙️ Set Minimum value →
1
-
⚙️ Set Maximum value →
10000
-
🔢 Set Max decimal places →
5
-
➕ Add the Number field
-
📄 Open Project page → scroll to Project custom fields → find Formatted Number
-
✏️ Type number into the field
-
💾 Click Save
-
⚠️ If value < Minimum → validation prompt
-
⚠️ If value > Maximum → validation prompt
-
🔒 Formatted = values are automatically reformatted
-
🔢 Example → typing
10.0
changes to10
-
0️⃣ Leading zeros are removed
-
0️⃣ Trailing zeros after decimal are removed
-
🧾 Large numbers automatically formatted with commas (e.g.,
10000
→10,000
)