Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titleProjectAamDashboardParams
  • PwsAamBdDashboardParams
    • BdDashboardAlias:
    • BdDashboardParameters: 

...

Element

Data Type

Required?

Default

Description

Sample Data

BdDashboardAlias
On Insert: YesThe alias of the dashboard from Project BI.
Workspace-Project Health
BdDashboardParameters

On Insert: NoThe parameter used to filter down data set to the desired range.
ProjectorProjectCode={0}

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
   <b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams">
      <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias>
      <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters>
   </b:ProjectAamDashboardParams>

...