Skip to main content

Report Settings

The report settings, accessed through the report editor allow fine-tuning of a report's appearance and behavior.

General Settings

The general settings contain the report title and description. By default, the report title is shown on the dashboard. To hide it, uncheck the corresponding checkbox. The optional, longer description is displayed in a tooltip on the report title (if the report title is shown).

image-500 image-500

Advanced Settings

The advanced settings allow specifying an attribution/copyright notice, an alternative "No data" label and a few more options that control the appearance and available download/export actions for the report.

image-500 image-500

An attribution/copyright notice is shown as a hovering tooltip next to the report title on a dashboard.

image-300 image-300

Plan Restriction

The option Allow Unlimited CSV is not available on the Free plan and has plan-specific size limitations (see Pricing).

Data Refresh Settings

The data refresh settings control when Cluvio considers the report data to be stale and thus triggers new executions of the report query. The ability to manually refresh a report (in the report actions) can be disabled, if desired.

image-500 image-500

Image / PDF Settings

The image / PDF settings allow adjusting the rendered width and height of image and PDF exports, in case the default sizes do not yield an optimal result.

image-500 image-500

Parameterised Settings

The following report settings support the substitution of parameters enclosed in curly brackets ({}):

  • Title
  • Description
  • No data label

All of the above text inputs support the following parameters:

Parameter expressionParameter description
{<filter_variable_name>}The currently selected value or values (concatenated with comma) of a custom filter or an empty string if no value is selected. To specify a default value for an empty selection, use the syntax {<filter_variable_name> | <default-value>}.
{aggregation}The currently selected aggregation interval of the built-in date-time aggregation.
{timerange}A formatted string for the currently selected date-time range in the built-in date-time range filter.
{result_rows}The number of rows in the current report SQL results: "1", "2", etc.
{result_rows_label}A complete and correctly pluralized label for the number of rows: "1 row", "2 rows", etc.

For example, given a custom filter with variable name selected_countries the following text for the report title dynamically updates according to the selected countries in the filter:

Airports in {selected_countries}

With Austria being the only selected country, the title would look as follows:

Airports in Austria

With no filter selection, i.e. all countries being included, the title would look as follows:

Airports in All Countries