Salta al contenuto

Documentation BI4H (EN)Documentation BI4H (EN)

  • Quick Start
  • Navigation
  • Interactions
  • Charts
  • Tables
  • Filters
  • Modules
  • Data Explorer
  • Self service
  • Quick Start
  • Navigation
  • Interactions
  • Charts
  • Tables
  • Filters
  • Modules
  • Data Explorer
  • Self service
  • Quick start

    • Start up

    • Profile

    • Top tool bar

      • Change theme layout
      • Language selection
    • Elements of BI4H

    • What is the HUB

    • What is the APP

    • What is a module

  • Navigation

    • Tiles & child buttons

    • Navigation bar

    • Stepper

    • Sidenav

    • Bookmarks

    • Schedule

    • Global search

  • Interactions

    • Point & click interaction

    • Change chart type

    • Export widgets

    • Fullscreen

    • Additional details

    • Modal windows

  • Charts

    • Lines

    • Colums

    • Composed lines-columns

    • Bars

    • Area

    • Bubble

    • Pie

    • Heatmap

    • Funnel

    • Treemap

    • Geographical maps

    • Gauge

    • Scatter plot

    • Range

    • Sankey

    • Radar

  • Grids

    • Grids option

    • Simple grids

    • Group grids

    • Pivot

  • Filters

    • Smart Filter Bar

    • Filter layout

      • Single filter
      • Group filter
      • Expanded filter
      • Tree filter
      • Builder filter
      • Search filter
    • Filter types

    • Filter options

    • Interactions

  • Modules

    • Numbers

    • Tab

    • Buttons

    • Chatbot

    • List Indicator

    • Street maps

    • Aid to interpretation

  • Data Explorer

    • Introduction

    • Configuration

      • Edit module -> Generals
      • Edit module -> Aspect
      • Edit module -> Sharing
    • Create a new query

      • Add fields from Univers
      • Add fields from tables/snippets
      • Conditions sections
      • Advanced mode
    • Existing query

      • Run an existing query
      • Create a query using existing query
    • Sharing

      • Share a query
      • Run a shared query
    • Export results

    • Query category

  • Self service

    • Your first dashboard

      • Adding a new page to the app
      • Adding modules to the page
    • Edit Module -> DATA tab

      • Dimension & Alternative Dimension
      • Measures & Alternatives Measures
      • Categories for alternative data
      • Name of dimensions & Measures
      • Sorting of Dimensions & Measures
      • Visibility of Dimensions & Measures
      • Measures Formatting
      • Measures Threshold
    • Edit Module -> ASPECT tab

      • Title customization
      • Show Legend & Customization
      • Box colors
      • Split module
      • Box Options
      • X Axis
      • Y Axis
      • Chart Colors
      • Type (Rotate, Invert, stack)
      • Zoom
      • Tooltip
      • Average
      • Values
      • Change type
      • Other (Aspect)
    • Edit Module -> INTERACTIVITY tab

      • Action
      • Filters
      • Data
      • Other (Interactivity)
    • Edit page - Generals tab

    • Edit page - Options tab

      • Options (Page)
      • Filters (Page)
    • Edit page - Info tab

    • Edit page - Other tab

    • Rendering examples

      • Column chart combined with a line
      • Stacked chart
      • Chart with opposite axis
      • Chart with a constant line
  1. Docs
  2. Filters
  3. Filter options

Filter options

Reading time:

Go to Dimension -> Filter

Single selection / Multi selection

If this option is enabled, you can choose only a single value from filter

If this opion is disabled, you can choose multiple values from filter.


Default value

You can set first value, last value or a specific value as default value,


For the calendar type filter, you can set interval to default value, and then define the start date and the end date.

You can enter a static date or a dynamic date.

For static date, you can entre like "2024-01-01",

For dynamic date, we use moment.js (https://momentjs.com/docs/#/manipulating/)

Here some example :

Current year :              

  • startdate : moment().startOf('year');    
  • Enddate : moment().subtract('days',1).format(); 

Last year :              

  • startdate : moment().subtract(1,'year').startOf('year').format();    
  • Enddate : moment().subtract(1,'year').endOf('year').format(); 

Current month :                          

  • startdate : moment().startOf('months'); ;    
  • Enddate : moment().subtract('days',1).format(); 

Last month :              

  • startdate : moment().subtract('months',1).startOf('month').format();    
  • Enddate : moment().subtract('months',1).endOf('month').format();

Last 10 years :       

  • startdate :  moment().startOf('year').subtract(10, 'years');          
  • Enddate :  moment().endOf('year').subtract(10, 'years');

A sliding year:

  • Startdate : moment().subtract('Year',1);
  • Enddate : moment().format();

A sliding month:

  • Startdate : moment().subtract(1, 'months');
  • Enddate : moment().format();



Last update: 7 October 2024
Views: 181

© 2025 Documentation BI4H (EN)

Powered by WordPress

All'inizio ↑ Su ↑