Doc Biwee
English
English
  • Presentation of Biwee
  • Get Started
    • Install Biwee
    • Video : My first steps with Biwee
  • Create dashboard
    • Add a visual component
      • Chart
      • Pie
      • Cards
      • Treemap
      • Text Box
      • Pivot Grid
      • Tabs
      • Scatter Chart
      • Gauge
      • Images
      • Grid
      • Range Filter
      • Filter Elements
      • Geo Points Map
      • Choropleth Map
      • Groups
    • Right-click on a component
    • Export a visual component
    • Maximize a visual component
    • Interactivity of a component
    • Data filters in components
    • Dashboard parameters
    • Conditionnal formatting
    • Interactions between dashboard
  • API Integration
  • Data Analyse
    • Performing calculations on data
    • Configure a calculated field
    • Directory of functions
    • Configure calcul in a visual component
    • Aggregate function
      • Aggregations at an intermediate level
      • Usage examples and use cases for the aggr() function
    • Window calculation
  • Settings
    • My account
    • User groups
    • Agent
    • Company settings
    • Options
    • About Biwee
  • Data connection
    • Introduction
    • Database connectors
    • Social network connectors
    • Emailing connectors
    • Files connectors
    • Other connectors
  • Sharing in Biwee
  • Creation of queries
    • Queries on databases
    • SQL Querie parameters
  • Back office biwee
    • User management
  • Changelog
    • Version 3.3
Propulsé par GitBook
Sur cette page
  • Add a calculated field
  • Configure the expression of the calculated field
  • Rename a calculated field
  • Change the field type
  • Delete a calculated field
  • Duplicate a calculated field
  • Calculated field in data view

Cet article vous a-t-il été utile ?

  1. Data Analyse

Configure a calculated field

PrécédentPerforming calculations on dataSuivantDirectory of functions

Dernière mise à jour il y a 3 ans

Cet article vous a-t-il été utile ?

You have the possibility to add calculated fields. They allow you to create new fields, with the possibility to use many formulas and to apply them on other fields present in your data source.

Add a calculated field

To add a calculated field to a dashboard, right-click on the name of your data source and select "Add calculated field".

You can also calculate a field from the data view via the f(x) button.

Configure the expression of the calculated field

An "Expression Editor" dialog box is opened. You can specify the expression that will be used for your calculated field.

In your calculated field you can use:

  • line by line expressions.

  • aggregate calculations using the aggregation functions available in the editor.

  • window calculations by combining the use of the w function, and aggregation functions.

You can add a comment to the expression that start with /* and end with */

Rename a calculated field

Select the calculated field, right-click and click on "Rename".

Change the field type

Select the calculated field, right-click and click on "Field Type". Then select your type.

Delete a calculated field

Select the calculated field, right-click and click on "Delete".

Duplicate a calculated field

Select the calculated field, right-click and click on "Duplicate". You can do what you want on the new calculated field.

Calculated field in data view

The calculated field you have created can be identified by its color, which is different from the initial columns in the data view.

aggregate calculations at an intermediate level by combining the use of the aggr() function and aggregation functions. For more details , see .

the relevant section