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 6 Next »

Overview


This structure includes basic information about an Advanced Analytical Module (AAM) integration. The information represented in this structure is not comprehensive and only includes certain key attributes .

Format


PwsAamIntegrationSummary
  • PwsAamDashboardParams
    • BdDashboardAlias: String (50)
    • BdDashboardParameters: String (255)
    • PbFilter: String (255)
    • PbReportId: String (255)
    • PbWorkspaceId: String (255)
    • OtherUrl: String (255)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

BdDashboardAlias

String (50)

Yes if AAM integration type = Projector BI


The dashboard alias name that from the Project BI (Belladarti)

RD-MyStats

BdDashboardParameters
String (255)No

MS Power BI
PbFilter
String (255)
No
A unique and immutable identifier for an AAM integration.
1152921504606847218
PbReportId
String (255)Yes


M
PbWorkspaceIdString (255)



OtherUrl
String (255)



Usage Example(s)

Example 01 - Projector BI
                           <b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams">
                              <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias>
                              <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters>
                           </b:ProjectAamDashboardParams>       
Example 02 - MS Power BI
                           <b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
                              <b:PbFilter>https://community.powerbi.com</b:PbFilter>
                              <b:PbReportId>R1029--001</b:PbReportId>
                              <b:PbWorkspaceId>WS-1029-001</b:PbWorkspaceId>
                           </b:ProjectAamDashboardParams>
Example 03 - Other Compatible BI Tool
                           <b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
                              <b:OtherUrl>https://www.xyzanalysis.com</b:OtherUrl>
                           </b:ProjectAamDashboardParams>                      
  • No labels