Pivot Grid

GridMate provides a component to display a collection of records as a Pivot Table. With GM - FieldSet Pivot, we can display time series records with the ability to summarise and edit the data.

In this tutorial, we will setup a pivot grid to visualize forecasts per opportunity per month. We created a custom object to store forecasts. The forecast object has a master-detail relation to the opportunity.

Also, An automation has been set to create the forecast records for each closed won opportunity. Below is a quick demo on how to configure the GM - Pivot Grid component.

X Columns property contains the fields to build the columns of the grid. We put the date of the forecast in our case.

Y Columns property contains the fields to build the row headers. In our example, we want to group our forecasts by Opportunity. Multiple fields could be used as row header.

Value Columns property contains the fields to use as cells. Multiple fields could be used. In our example, we want to visualize the investment, the revenue and the net revenue.

The Config. Wizard can be used to configure different properties like the sort, order and aggregation....

Last updated