# CrossTabulate

This will allow you to display pivot tables of the data.

A pivot table will contain

- x-axis: First grouping / category
- y-axis: Second grouping / category
- Cell values 
    - Count number of records
    - Sum for a selected variable
    - Minimum for a selected variable
    - Maximum for a selected variable

Note that you do not have specify both x and y-axis.

The pivot tables respects the active filters and search values.