Report filters are used to modify the content of the whole report. Multiple filters can be displayed in the sidebar or directly in the report as a special type of view. Each filter can have different functionality and appearance.

Creating Filters

Only report author or report editor can create report filters and set their default values. Every other user that has access to the report, can only change report filter values.

To create a new filter, open the Variables sidebar.

You can use 2 approaches when creating filters:

  • Quick filters - Filters are created with the default layout of multi-select boxes. Read more.

  • Creating filtering components - The layout of every filter is configured separately. See below.

Creating filter component

  1. Click on Edit button to enter Variables dialog.
  2. Select which type of component you would like to create. To create a filter component, select Filter. 
  3. Optionally, change the identifier.
  4. Click on Add.
  5. Select which type attribute to use for filtering
  6. Select the condition (ContainsDoesn't contain, Greater than, Greater than or equal to, Lower than, Lower than or equal to)
  7. Optionally, select default value. See below.
  8. Optionally, edit the Advanced settings to change the appearance and functionality of the filter. See below.
  9. Save the filter.

Setting default value

To set one or more default values, click on Default values and select values which should be used as default. These values will be preselected when the user opens the report for the first time or when the user resets the filters.

Defining the default values via formula

Available since BellaDati 2.9.11.

It is possible to dynamically calculate the default value. Expected return type is Array or single value, e.g.: [ 'abc', 'def' ] or 'abc'.

Example


def array = []
array << 'East'
array << 'South'

Setting default value for date attribute

For date attributes, it is possible to configure the date value as day, week, month, quarter or year.

Using relative dates

By enabling the option Use relative dates, the users can set the default value dynamically by using relative dates. Following relative dates are available:

Relative dateActual value
nowCurrent day
actualDayCurrent day

actualWeek

Current week (first day of week)

For example, actualWeek selected on 21.9.2010 represents date 20.9.2010 (Monday of this week in calendar)

actualMonth

Current month (first day of month)

For example, actualMonth selected in 21.9.2010 represents date 1.9.2010

actualQuarter

Current quarter (first day of quarter)

For example, actualQuarter selected on 21.9.2010 represents date 1.7.2010

actualYear

Current year (1st January of current year)

For example, actualYear selected on 21.9.2010 represents date 1.1.2010

availableFrom, availableTo

Represents the first and last available date entry

Relative and absolute date can be adjusted by operators using this syntax: date +|- n[d|w|m|q|y], where n is integer, d represents day, w represents week, m represents month q represents quarter and y represents year. We can for example define time in this way:  actualyear + 2m -4d. Today is 21.9.2010, so this value represents 1.1.2010 + 2 months - 4 days, which means date 25.2.2010.

ModifierValue
ddays
wweek
mmonth
qquarter
yyear


Advanced settings

Basic settings

Basic settings allow you to change filter Name, Code, and Description.

  • Name and Description will be displayed next to the filter.
  • Code is an identifier of the filter
Available since BellaDati 2.9.19

It is possible to manage if the filters are mandatory to have values to display the data. If the option Required is on, no data will be displayed in the reports till the filter value is NULL. This will be highlighted with red color filter name. Name of filter will be postfixed with * sign.

Appearance

  • Filter display method allows you to define how will filter look and which values will be displayed. Available options are:
    • .Default - default filter layout is used (filtering components cannot be applied)
    • Show preset values - only preset values are displayed in the filter
    • Show available values - all available values are displayed in the filter. When filter on datetime is selected, output format can be defined in format.
    • Show slider - display slider. If "Show Play" is selected, play button will appear. If its activated it will go through date/time interval each "Play interval (s)" second value. Only one Show slider is allowed in report. Time interval is not mandatory. If its not filled, only Date interval is used. Each step is smallest selected unit in your date/time interval.
    • Show date selector - Display a calendar with day of current week and selected current day. With possibility to set any date, using month calendar. This filter can work with datetime and also date attribute.
    • Extended interval selector - For charts that are using time aggregation user can create new type of filter, that can switch aggregation type.
      • For it to use correctly, in time aggregation select use variable and type code of your filter. See example bellow.
      • The following date aggregations will be set in the view

        Unit filterAvailable selection (filter)Date aggregation (chart)
        YearYear from - Year toYear
        MonthMonthMonth
        WeekDayDay (Last 7 days before the selected day are displayed)
        DayMonthDay
        TimeDayHours
  • Display mode defines filter layout (layout is applied only when filter display methods Show preset values or Show available values are applied). Available options are:
    • Multiselect
    • Select
    • Checklist
    • Radio
  • Date Units defines type of date and time settings and allows to define output format (settings is applied only when filter display method is Show available values on date or time attribute).
    • Available types are: Year, Quarter, Month, Week, Day
    • Available sorting types are: ascending, descending
    • Available Formats can be found here
  • Limit defines how many attribute members will be displayed
  • Order by name - defines how attribute members in filter will be ordered (ascending or descending)
  • Size defines height filtering components (how many attributes will be displayed without scrolling)
  • Don't show all values - when selected, option All is not displayed
  • Autosubmit form after selection - report is automatically refreshed after changing selection in the filter

Additional filters

Section Additional filters allows you to create multi structure filters - if user selects one option in top level filter, additional filter will display only values which are available (associated) with previously selected value. You can continue to section dedicated to Additional filters.

Additional filters can be also displayed in Discovery mode - associations between selected attribute members are marked directly in filters.

Reordering filters

Icon

Available since BellaDati 2.9.11.

Users can change the order of filters by clicking on the small arrows next to the edit icon.

RESETTING FILTERS

Selected values can be reseted by clicking on the button Reset. This will reset all filters in the report.

Since BellaDati 2.9.11, it is also possible to reset individual filters by clicking on reset icon next to the filter name.

  • No labels