...
This structure is included in the data structure PwsProjectAamDashboardDetail, and it contains the information on how advanced analytics dashboards are configured. It includes dashboard type, name, alias, parameter, and user access setupto integrate with the Project BI dashboard.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BdDashboardAlias | On Insert: Yes | The alias of the dashboard from Project BI. | Workspace-Project Health | ||
BdDashboardParameters | On Insert: No | The parameter used to filter down data set to the desired range. | ProjectorProjectCode={0} |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams"> <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias> <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters> </b:ProjectAamDashboardParams> |
...