Skip to main content
Version: 10Sales

Configure the Sales waterfall pipeline dashboard for a custom page

If you want to place the Sales waterfall pipeline chart on a page other than its default locations, you can add it as a component in the Freedom UI Designer. Then configure its filters and metadata.

To activate this functionality, add and enable the ShowDesignerDemoItems additional feature. Learn more: Implement a custom additional feature, Manage an existing additional feature.

  1. Open the Freedom UI Designer.
  2. Add the Sales waterfall pipeline component to your page.
  3. Add a filter by page data: set the data source to the entity list (for example, "List Opportunity | DataTable"), and filter by "Entity Id = Waterfall Pipeline Id."
  4. Create a quick filter for the component: set the filtered component to "Sales Waterfall Pipeline (Series)," and configure filtering by date range.
  5. Configure the required period filtersChanges Period and Fiscal Period — for the chart to calculate correctly.

As a result, the Sales waterfall pipeline chart appears on your custom page, using the filters and data source you configured.

Update filter options

If your source entity uses field names that differ from the base "Opportunity" (Opportunity code) object, update the filter options at config/data/designOptions/filterOptions:

Parameter

Description

HistoricalDataEntityName

Name of the historical table for the source entity.

EntityName

Name of the source entity.

DateColumnName

Column name for the date field in the source entity.

StageColumnName

Column name for the stage field in the source entity (must be a lookup).

AmountColumnName

Column name for the amount field in the source entity.

Configuring cohorts

To customize how each stage contributes to the chart, configure the cohorts at config/stages. For each stage, set:

Parameter

Description

Id

The Pipeline Stage Id. Open the lookup with the PipelineStage code to identify the stage.

Color

The stage color, in HEX format.

Index

The order number for the stage, starting from 0.

ValueOrientation

Whether the stage has a negative ("1") or positive ("0") impact on the pipeline.


See also

Sales waterfall pipeline

Enable historical tracking for custom fields