Filter, chart options & drilldown
Reports offer various options for customization, such as filtering, drilldown, and display adjustments.
- Filters in reports are not saved automatically.
To save your filters, click the save icon (highlighted in warning color on the right). - When reopening a report, it will reset to its saved state.
- Selectable Columns: Any column besides the key figure can be filtered.
- Available Operators:
=
>
<
IN
(list of values)LIKE
(contains)
- One Filter per Column: Each column can have only one active filter at a time.
- Overwriting Filters: Existing filters will be replaced by new ones.
- Dynamic Text Variables: Filters can use dynamic text variables. See the Text Variables section below.
- format %
direction
offset
unit
% - available combinations
last|next|current
+day|days|week|weeks|month|months|year|years
today
,yesterday
- examples
- %last 2 years%, %current month%, %last week%, %yesterday%, %today%
- per default, the variables will be replaced with a date/time string in the format
Y-m-d H:m:s
- different formats can be added in
()
after the text variable (see picture above) - all valid php date formats are possible, including
X
orU
for unix timestamps - example
%current month% (m/Y)
will create06/2023
%today% (X)
will create1736640000
- The display of a column can be deactivated.
- Key figures are aggregated/summed when a column is removed.
- Choose whether a data series should be connected to the primary or secondary axis.
- Change the chart type for individual data series.
- Adjust the color of each data series.
- Upon opening the report, the saved filter status from the report owner will be applied.
- Users can change the filter and navigate within the report.
- Note: Settings are not saved; the report resets to its initial state when reopened.
- Users will only see the navigational state set by the report owner.