Calculations

Window calculations provide the capability to apply specific computations to measure values and allow you to perform different analytical tasks such as computing running totals, percentages of totals, differences, etc.

To create a window calculation, invoke the Bindings menu and click the required measure. In the invoked Data Item Menu, go to Calculations and select one of the available calculations.

WebDashboard_CalculationsMenu

After you have selected the required calculation, you can change its default settings by clicking the Edit button (the wdd-icon-edit-collection-value-item icon). This invokes the special window containing common and specific calculation settings:

Percent of Total

A calculation is used to compute a percentage of the total for the specified measure across a window.

WebDashboard_Calculations_PercentOfTotalSettings

In the Grid below, Percent of Total is applied to a fourth column to show a contribution of individual quarterly sales to total sales.

WebDashboard_Calculations_PercentOfTotalExample

Running Summary

Can be used to compute a cumulative total for the specified measure across a window.

WebDashboard_Calculations_RunningSummarySettings

In the Grid below, the Running Total is applied to a fourth column to display cumulative sales across all quarters.

WebDashboard_Calculations_RunningTotalExample

Difference

Can be used to compute the difference between measure values across a window.

WebDashboard_Calculations_DifferenceSettings

In the Grid below, the Difference is applied to a fourth column to show absolute differences between quarterly sales.

WebDashboard_Calculations_DifferenceExample

Percentage Difference

A calculation is used to compute the difference in percentages between measure values across a window.

WebDashboard_Calculations_PercentageDifferenceSettings

In the Grid below, Percentage Difference is applied to a fourth column to show percentage differences between quarterly sales.

WebDashboard_Calculations_PercentDifferenceExample

Moving

The Moving calculation uses neighboring values to calculate a total.

WebDashboard_Calculations_MovingSettings

In the Grid below, a Moving calculation is applied to a fourth column to show a moving average across all quarters.

WebDashboard_Calculations_MovingAverageExample

Rank

Use the Rank calculation to compute rankings for the specified measure across a window.

WebDashboard_Calculations_RankSettings

In the Grid below, a Rank calculation is applied to a fourth column to show a ranking of sales for individual quarters.

WebDashboard_Calculations_RankExample

Custom

Use Custom to specify a custom calculation by adding the required calculation functions inside the measure expression.

WebDashboard_Calculations_CustomSettings