Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Overview

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

Format

ProjectAamDashboardParams
  • PwsAamBdDashboardParams
    • BdDashboardAlias:
    • BdDashboardParameters: 

Elements

Element

Data Type

Required?

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)


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