PwsAamBdDashboardParams

Overview

This structure is included in the data structure PwsProjectAamDashboardDetail, and it contains the information to integrate with the Project BI dashboard. 

Format

PwsAamBdDashboardParams
  • PwsAamBdDashboardParams
    • BdDashboardAlias: String
    • BdDashboardParameters: String

Elements

Element

Data Type

Required?

Description

Sample Data

BdDashboardAliasStringOn Insert: YesThe alias of the dashboard from Project BI.
Workspace-Project Health
BdDashboardParameters
StringOn Insert: NoThe parameter used to filter down data set to the desired range.
ProjectorProjectCode={0}

Usage Example(s)


Example 01
   <b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams">
      <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias>
      <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters>
   </b:ProjectAamDashboardParams>