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 setupthe URL address for the 3rd party (Non-Projector BI, Non-Power BI) Advanced Analytics Module (AAM) dashboard

Format

Panel
titlePwsProjectAamDashboardDetailProjectAamOtherDashboardParams
  • PwsAamBdDashboardParamsPwsAamOtherDashboardParams
    • ProjectAamDashboardId: Int32
    • ProjectAamDashboardUid: Int64OtherUrl: String

Elements

Element

Data Type

Required?

Default

Description

Sample Data

OtherUrl
StringOn Insert: YesThe URL address for the 3rd party Advanced Analytics Module (AAM) dashboard.
https://datastudio.google.com/embed/reporting/1SWAoc-0k0bQDyv2xDyo-2GF-EjCcIWQL/page/2Sdz

Usage Example(s)


Code Block
languagexml
firstline1
titleExample 01
collapsetrue
   <b:ProjectAamDashboardParams i:type="b:PwsAamOtherDashboardParams">
      <b:OtherUrl>https://datastudio.google.com/embed/reporting/1SWAoc-0k0bQDyv2xDyo-2GF-EjCcIWQL/page/2Sdz</b:OtherUrl>
   </b:ProjectAamDashboardParams>