Inroduction

A Calculated Field is a virtual or derived field created dynamically at runtime using one or more existing fields through a formula, expression, or data transformation.

Calculated fields are essential for enabling dynamic analytics, reusable logic, and flexible data transformation.

Why Calculated Fields Are Required

Calculated fields provide several benefits:

Typical Use Cases

Common scenarios for calculated fields include:

CategoryFunctions
Number
  • Absolute
  • Addition
  • Ceiling
  • Floor
  • Division
  • Log
  • Min
  • Max
  • Multiplication
  • Subtraction
String
  • Lowercase
  • Uppercase
  • Propercase
  • Trim
  • Substring Right/Left
  • Length
  • Left Trim
  • Right Trim
  • Replace
  • Split
  • Concatenation
Date
  • String to Date
  • Date Add
  • Date Difference
  • Date Name
  • Date Number
  • Date Truncate
  • Min Date
  • Max Date
ConditionIf Else
AggregationSummarize
Datatype ConversionType Conversion

Each flow can be applied individually or combined to create more complex calculations.

Best Practices