Kinabase Logo
Help & Support

Validation and Formatting

Keep data valid, and make it easy to read at a glance


Once a field

exists, three tabs in the Field Editor help you keep its data trustworthy and readable. The Validation tab enforces rules - such as making a field mandatory or requiring a unique value. The Formatting tab adds colour rules and controls how numbers are displayed. The Permissions tab decides who can see and edit the field. This guide covers all three.

You'll need Configure permission

for the collection . If you're unsure, ask your System admin. To open any field, go to Configure → Fields, click a field to edit it, then switch to the tab you need. See Configuring fields.


1. Validation

The Validation tab defines the rules a value must satisfy before a record

can be saved. The available rules depend on the field type.

Required

Turn on Required to make the field mandatory - "Require this field to be completed". Records can't be saved until it has a value.

Update Required

Turn on Update Required to prompt users to change a field's value - "Require this field to be updated". Useful when a value should be reviewed rather than left at its default.

Unique

Set Unique to control whether values must be distinct across all records in the collection. Choose one of:

  • None - no uniqueness check.
  • Show warning - flags a duplicate but still lets the record be saved.
  • Show error - blocks the save until the value is unique.

Require Whole Number

For numeric fields, turn on Require Whole Number to reject decimals - "Require this field to be a whole number".

Numerical Limits

For numeric fields, set a Min Value and Max Value to bound what can be entered. Each limit has its own Message shown to the user when they go outside it. Instead of a fixed figure you can use Min Formula / Max Formula to derive the limit from other fields with an Expression

.

Date limits

For date fields, set the earliest and latest dates allowed, again with a Message for each - for example, to stop a delivery date being set in the past.

Warnings vs errors. A warning informs the user but lets them continue; an error blocks the save. Reserve errors for data that must never be wrong, and use warnings where a nudge is enough.


2. Conditional formatting

In a spreadsheet you might use conditional formatting to colour cells; in Kinabase you do the same from the Formatting tab. Colour rules give a field instant visual cues - no formulas required - so busy collections become easy to scan.

Use them to:

  • Catch problems - turn a blank or invalid value red.
  • Surface priority - highlight high-risk scores, overdue dates or negative balances.
  • Add context - shade categories or key clients in brand colours.

1. Open the Formatting tab

Edit the field and switch to Formatting.

2. Add a rule

Click Add Rule, then set a Text Colour and pick a colour swatch.

3. Build the condition

Add one or more conditions with Add Condition, choosing a field, an operator (such as is blank, contains or is) and, where needed, a value.

4. Order the rules

Add as many rules as you need and drag to reorder them - the first matching rule wins. A rule with no condition becomes the default colour: "Rules without a condition are applied by default".

5. Save

Your collection updates instantly, and both new and existing records follow the rules.

A field's Formatting tab with a list of conditional colour rules