All Collections
Charting and Data Visualization
Chart Settings
Handling zero values on charts: trim zeros
Handling zero values on charts: trim zeros

How to remove zero/missing values in DataTile

Updated over a week ago

The 'trim' function in charting allows you to address zero-values or missing data by either leaving a gap or omitting the data point, providing flexibility in how your chart is displayed.

Trim options can be switched on/off in the Meta-Editor settings:

Trim options in Meta-Editor

Trim options

  1. Right & Left: This option removes columns or data points with missing data or zero values from both the right and left sides of the chart, trimming the chart horizontally.

  2. Columns: This option can remove entire columns from the chart that contain missing data or zero values.

  3. Rows: This option likely removes entire rows from the chart that contain missing data or zero values.

  4. Splits: If you have any splits added to your chart then this option can remove or hide specific data points with missing data or zero values within the splits.

  5. Rows & Columns: This option simultaneously removes both rows and columns with missing data or zero values.

  6. Trim Cells: This option removes individual cells from the chart based on your selected conditions, and can be used alongside the other trim options.

    To trim a cell begin by selecting a specific metric from the dropdown list, then add a condition for the trim using angle brackets (<>). For example, to remove all values below 20 select Vert% and type <20.

    See the screencast below:

Break line at zero for line charts/area charts

There are two strategies of displaying missing/zero values when they are inside line or area chart:

  1. Line breaks at zero value:


  2. Line continues at zero value:

By default DataTile uses the second option (line continues at zero value). If you want the line to break at zero value, go to the X-Axis section of the chart menu and tick the checkbox ‘Omit zeros’.

Did this answer your question?