> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Editing the Column Header Labels for Your Chart Table View

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

By default the column header labels in the Details **Table** view for your chart are the same as those in your original DataSet. However, in the Analyzer, you can change these. You do this by entering a new label in the **Label** field for the desired column. This field is hidden by default but you can open it by clicking the column name you want to change in the column fields area above the chart.

<Frame>
  <img alt="Label.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/U1MglXZKeJZebGlP/images/kb/ka05w00000123kb-00N5w00000Ri7BU-0EM5w000005vOzC.png?fit=max&auto=format&n=U1MglXZKeJZebGlP&q=85&s=49c5fb1a9abc96d4a5d9c04a6bce2c6d" width="1948" height="941" data-path="images/kb/ka05w00000123kb-00N5w00000Ri7BU-0EM5w000005vOzC.png" />
</Frame>

When you specify a label, it appears above its associated column in the **Table** view in the Details page, as shown in the following screenshot:

<Frame>
  <img alt="data_view_labels.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/U1MglXZKeJZebGlP/images/kb/ka05w00000123kb-00N5w00000Ri7BU-0EM5w000005vOzB.png?fit=max&auto=format&n=U1MglXZKeJZebGlP&q=85&s=7db8bd4baa993e066821df5cd530eb8d" width="711" height="472" data-path="images/kb/ka05w00000123kb-00N5w00000Ri7BU-0EM5w000005vOzB.png" />
</Frame>

For example, if your DataSet contained a values column named "SLS1014" and you wanted to give it a more comprehensible name for your viewers such as "Sales for October 2014," you would open the Analyzer, click the "SLS1014" column name in the field area, then enter "Sales for October 2014" into the **Label** field. Viewers who went into the Details page and then clicked <InlineImage src="/images/kb/ka05w00000123kb-00N5w00000Ri7BU-0EM5w000005vOzD.png" /> to open the **Table** view would see the new label in the data table.

For more information about the Analyzer layout, see [Table view](/s/article/360042923934 "Card Builder Layout").

**To add a Table view label,**

1. In the Analyzer for the chart, click the column name you want to change in the field area above the chart.
2. Enter the desired label in the **Label** field.
3. Press Enter.
