> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DEE lowest level output column

> Reference for the `lowestLevelOutputColumn` output column type in a DEE order, which always outputs the lowest level member of a specified `dimensionName` and `hierarchyName`, including its `header`, `prefix`, and `suffix` properties.

## JSON structure

```json theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
"columns": [
  {
    "@type": "lowestLevelOutputColumn",
    "header": "head",
    "dimensionName": "dim2",
    "hierarchyName": "hier2",
    "prefix": "",
    "suffix": ""
  },
```

## Property details

| Property      | Values                                 | Default Value |
| ------------- | -------------------------------------- | ------------- |
| header        | String - Header of column              |               |
| dimensionName | String - Name of dimension in Cube     |               |
| hierarchyName | String - Name of hierarchy in Cube     |               |
| prefix        | String - a prefix to add to all levels |               |
| suffix        | String - a suffix to add to all levels |               |
