# APM Trace table view

The Table view of traces is a quick summary of top N or bottom N metrics that match the filter and time interval criteria. It helps with high-level analysis of traces in your system. You can sort by name of service, or by the count of spans in each service.

Follow these steps to get to the **Traces: Table** interface:

1. Click the **APM** tab, and then the **Traces** option in the drop-down menu.

2. The **Traces** interface appears.
3. Select **Table** in the view options.
4. The **Table** interface appears.

## Using the APM Traces Table Interface

The **Traces: Table** interface has the following information and affordances:

01. **[Filters](https://docs.kloudfuse.com/platform/3.5.0/apm-traces-filters/)** help you to determine what requires your immediate attention. For details, see [APM Traces Filters](https://docs.kloudfuse.com/platform/3.5.0/apm-traces-filters/).

To show filters, expand the filters: click the  (Show filters) icon in the top left corner of the page.

To hide the filters, click the  (Hide filters) icon in the top right corner of the filter panel.

02. **Search** for any tag on ingested spans.

03. **Overall interval**. The default is **Last 5 minutes**. Click the drop-down to use the time picker and select the appropriate time interval.

04. **Refresh display**: click  (Refresh) to update the display.

05. Use the **Query builder** to further specify your query. See [Specify a query](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-queries/#specify-query).

06. Select the **Errors only** option to report only on traces that contain an error.

07. From the **Spans** drop-down, select if you plan to examine all spans, [service entry spans](https://docs.kloudfuse.com/platform/3.5.0/glossary/#service-entry-span) only, or [trace root spans](https://docs.kloudfuse.com/platform/3.5.0/glossary/#trace-root-span) only.

08. Click  to add a new query. See [Add Query](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-queries/#query-add).

09. Click  to add a new Formula. See [Add a Formula](https://docs.kloudfuse.com/platform/3.5.0/apm-traces-formulas/#formula-add).

10. The **View type** selector enables you to specify the view by selecting one of the following modes:

[List view](https://docs.kloudfuse.com/platform/3.5.0/apm-traces/)

[Time Series view](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-time-series-view/)

[Top List view](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-top-list-view/)

[Table view](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-table-view/#)

[Pie Chart view](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-pie-chart-view/)

[Heatmap view](https://docs.kloudfuse.com/platform/3.5.0/apm-trace-heatmap-view/)

11. Click  (Export) icon to add the chart as a panel of a new or existing dashboard.

12. **Chart** of the top span metrics that match the filters and time interval criteria. This is a bar chart.

Here, we counted all spans, grouped them by `service`, and limited to top 15.
