Versions Compared

Key

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

Overview

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
titlePwsProjectAamDashboardDetailPwsAamBdDashboardParams
  • PwsAamBdDashboardParams
    • ProjectAamDashboardIdBdDashboardAlias: Int32String
    • ProjectAamDashboardUidBdDashboardParameters: Int64String

Elements

Element

Data Type

Required?Default

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)


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>