Skip to main content
By default, dimensions are sorted alphabetically. Defining a display_order will override this default. For fields inside groups using group_label, the group will be ranked with the min of all the fields in the group. For example, if there are 3 fields with display_order of 4, 5 and {empty}, the group will have a display_order of 4).

Syntax

<dimension_name>:
  display_order: <number>

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Ordering fields
first_name:
  display_order: 1

last_name:
  display_order: 2