A script-enabled browser is required for this page to function properly.

Format of Data Used to Populate a Hierarchical Tree

The columns in the record groups or queries used to populate a hierarchical tree are:

  • Initial state
  • Node tree depth
  • Label for the node
  • Icon for the node
  • Data
  • For example, the data in the table below would produce the following hierarchical tree:

      + - Car
    | - Honda 
    - Airplane
    | - Boeing 
    | - Boeing 

    Initial State

    Depth

    Label

    Icon

    Data

    -1

    1

    'Car'

    ''

    'car'

    0

    2

    'Honda'

    ''

    'civic'

    1

    1

    'Airplane'

    ''

    'plane'

    0

    2

    'Boeing'

    ''

    '747'

    0

    2

    'Boeing'

    ''

    '757'