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

# Customizing statistics

The [cross filters](/concepts/graphext-concepts/cross-filters) associated with a numerical column have an extra button
called "Statistics", where you can toggle a menu that shows just that: the statistics for that
column.

This can be toggled by clicking in the little x icon in the top right corner, representing the mathematical
notation for the average.

<Frame>
  <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/stats.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=067b4348dd140914db84825c6e62ffec" alt="Stats" width="1016" height="850" data-path="images/variable-management/stats.webp" />
</Frame>

<Tip>
  In case you made a selection, statistics will be shown for both the whole
  dataset and the selection made.
</Tip>

## Customizing the statistics shown

By default, this view shows the min, P25, avg, median (P50), P75, and max. In case you are interested in different
values, you can hover your mouse over the statistics, and a button will appear, saying "Edit stats".

<Frame>
  <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/edit-stats.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=82716f0d47f35010ce1c2f5427052b3b" alt="Edit Stats" width="1162" height="1063" data-path="images/variable-management/edit-stats.webp" />
</Frame>

A pop up will appear, with a list of all possible statistics shown and checkboxes for you to toggle. You can select
up to 6 of these at a time.

The complete list of metrics includes:

* min (minimum)
* P25 (first quartile)
* avg (average)
* median (second quartile)
* P75 (third quartile)
* max (maximum)
* sum
* std dev (standard deviation)

Each metric has the data for the whole dataset and the selection (if present) next to it, for easier decision making.

<Frame>
  <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/edit-stats-menu.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=03e39ea806bd8ed5c7e49d07d18091bc" alt="Edit Stats menu" width="2086" height="1240" data-path="images/variable-management/edit-stats-menu.webp" />
</Frame>
