Portal board widget form
Learn about the fields of portal board widget form.
| Field | Description |
|---|---|
| Name | Unique name for the widget you are configuring. |
| Order |
The order in which your widgets appear on both your Investment Board and the Investment Portal page. Lower numbers are placed ahead of higher numbers. For example, a widget with an order set to 100 appears before a widget with an order set to 200. |
| Aggregate type | Type of aggregation applied for the investment widget calculation: Sum, Average, Minimum, Maximum, and
Count. For example, you are aggregating the actual cost of three projects, A, B, and C, surfaced by a filter. Actual costs are 1000 for project A, 2000 for project B, and 3000 for project C. If sum is selected as the aggregate type, then the actual cost metric value would be 6000. If average is selected as the aggregate type, then the actual cost metric value would be 2000. If minimum is selected as the aggregate type, then the actual cost metric value would be 1000. If maximum is selected as the aggregate type, then the actual cost metric value would be 3000. If count is selected as the aggregate type, then the actual cost metric value would be 3. |
| Scripted | Check box to specify a script for the investment widget calculation. |
| Show Label | Check box to display either the label or the color indicator. If you clear the check box, the Color field displays, which allows you to set the color. |
| Active | Check box to indicate that the investment widget is active. |
| Display on board | Check box to display the investment widget on your investment board. |
| Parent widget | Parent widget for this investment metric widget. A parent widget can have up to a maximum of three child widgets. |
| Include by default | Check box to show an active investment widget by default on:
For more information on configuring widgets on an investment board, see Widget Configuration. |
| Short description | Brief description about the investment widget. |
| Script | Script written for the dynamic calculation of investment widget. This field is displayed only when the Scripted check box is selected. The following script returns a string containing the desired output to be displayed on widget. Five variables (which are programmatically introduced to the script) are available:
|
| Field | Description |
|---|---|
| Project aggregate column | Aggregation is applied on the selected column of the Project [pm_project] table. |
| Project table | Table from which projects are being filtered. |
| Project filter | Criteria applied to filter projects from the Project table. |
| Field | Description |
|---|---|
| Demand aggregate column | Aggregation is applied on the selected column of the Demand [dmn_demand] table. |
| Demand table | Table from which demands are being filtered. |
| Demand filter | Criteria applied to filter demands from the Demand table. |