Overview
This structure includes basic parameter information about an Advanced Analytical Module (AAM) integration. The information represented in this structure is not comprehensive and only includes certain key attributes .used to establish an AAM integration. For each AAM integration type, the parameter set is different.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data | |
---|---|---|---|---|---|---|
BdDashboardAlias | String (50) | Yes if AAM integration type = Projector BI | For Project BI AAM integration only. The dashboard alias name that is from the Project BI (Belladarti)Projector BI system. | RD-MyStats | ||
BdDashboardParameters | String (255) | No | MS Power BI | For Project BI AAM integration only. Parameters are filters that can be used to display a specific subset of data in the dashboard. | ProjectorProjectCode={0} | |
PbFilter | String (255) | No | A unique and immutable identifier for an For MS Power BI AAM integration only. ??? | 1152921504606847218 | ||
PbReportId | String (255) | YesM | For MS Power BI AAM integration only. ??? | |||
PbWorkspaceId | String (255) | Yes | For MS Power BI AAM integration only. ??? | |||
OtherUrl | String (255) | Yes | For Other BI tools AAM integration only. ??? |
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> |
...