Understanding Variance Columns

Use variance columns to calculate differences between report columns. Variance columns support predefined formulas and custom calculations.

In this article, we will cover:

Variance Column Behavior

Variance columns compare values between report columns and display the calculated result directly in the report.

You can:

  • Use predefined variance formulas

  • Create custom variance calculations

  • Compare multiple columns

  • Apply sign reversal behavior

  • Display numeric or percentage results

Benefits of Variance Columns

Variance columns provide the following benefits:

Benefit Description
Flexibility Compare any numeric columns, such as Actual versus Budget or Current Year versus Previous Year.
Transparency Display calculations directly in the report without requiring external spreadsheets.
Speed Create calculations without developer involvement.
Decision Support Identify performance gaps and trends quickly.

Creating a Custom Variance Column

  1. Open the Report Editor.

  2. Select the Columns tab.

  3. Select Create.

  4. In Type, select Variance.

  5. In Variance Type, select Custom.

  6. Enter a column name.

  7. Select Save.

Editing a Custom Variance Column

  1. Open the Columns tab.

  2. Select the custom variance column.

  3. Select Edit.

Configuring a Custom Variance Formula

You can build formulas by combining multiple columns and operations.

Adding Formula Rows

  1. In the variance editor, select +.

  2. Add additional formula rows as needed.

Selecting Columns

  1. In each formula row, open the Column drop-down list.

  2. Select the column to include in the calculation.

Selecting Operations

You can use the following operations in a custom variance formula:

Operation Description
+ Addition
- Subtraction
* Multiplication
/ Division

Applying Multipliers

  1. In the Multiply With field, enter a multiplier value.

  2. Repeat for additional formula rows as needed.

Selecting a Specific Member

  1. Instead of using an entire column, you can calculate against a specific member.

  2. Open the member selector.

  3. Select the member to include in the formula.

Parameter Value Options

Each report value contains:

  • A raw value

  • A visible value

These values can differ because of sign formatting or reversal behavior.

You can select which value type the variance formula uses for calculations.

Parameter Value Description
Raw Values Uses the underlying stored value.
Visible values Uses the displayed report value after formatting or sign adjustments.

Sign Reversal Options

You can apply sign reversal behavior to the final variance calculation result.

The following options are available:

Option Behavior
Row based Multiplies the calculated value by the row sign.
Row based reversed Multiplies the calculated value by the row sign and then multiplies by -1.
As shown Displays the calculated value without additional sign multiplication.
Reversed Multiplies the calculated value by -1.

Variance Calculation Logic

Variance calculations compare values between selected columns.

Depending on configuration, the system calculates:

  • Absolute variance

  • Percentage variance

Example Formulas:

(Column A - Column B)

((Column A - Column B) / Column B) * 100

Example: Budget Versus Actual Sales

The following example compares Budget Sales and Actual Sales values.

Column Value
Budget Sales 1,200,000
Actual Sales 1,050,000

Variance Formula

Actual Sales - Budget Sales

Result

Calculation Type Result
Absolute Variance -150,000
Percentage Variance -12.5%

Managers can use this variance to identify underperforming product categories or business units.

Interaction with Other Features

Variance columns integrate with the following features:

Feature Behavior
Sum Columns Variance values can be aggregated into totals.
Hierarchical Rollups Variance values roll up according to report hierarchy levels.
Sign Reversal Sign reversal applies before the variance calculation completes.

Follow these recommendations when using variance columns:

  • Use consistent variance formatting across reports.

  • Clearly indicate whether values represent absolute or percentage variance.

  • Use variance columns for planned versus actual, period-over-period, or KPI comparisons.

  • Review percentage calculations carefully when source values may contain zero values.

When percentage variance calculations divide by zero, the system displays N/A.

Was this article helpful?