Fields

On the Home tab, in the Setup group: Select Fields to manage the fields of each Leaf in your tables.

Add Fields

To create a field, right-click Table in the Project Explorer and choose Setup Fields.

Each Field can be added by right-clicking the Table name or a folder, and left-cliking the Type you want from the menu option.

Note: When created, every Field defaults to an empty or 0 state. In addition, once a Field is created you cannot change the type.

The Format String nomenclature is based on C# standards. For a summary, see: Format Strings

Other display formatting options appear in the Properties window on the right hand side of the Fields window.

Calculated Fields

Note: Ticking on "Calculated Field" will wipe any existing Data present in the Field. See: Calculated Fields

Common Functions and Expression parts:

  • GetValue(): Use this to reference other Fields in the same Leaf
  • Level=LevelPosition: For example Pit=PitAlpha as part of an If() Function