Set-AtriaDashboardComponent.ps1 | Main script |
Set-AtriaDashboardComponent.Designer.ps1 | Contains UI components of main script |
New-AtriaCustomerDashboard.ps1 | For creating customer dashboards |
Remove-AtriaCustomerDashboardComponent.ps1 | For removing dashboard components/widgets |
Field | Type | Description |
Chart Title | Text | This will be displayed as the chart title in dashboard page. |
Stored Procedure | Dropdown | Name of stored procedure that will be created to store the SQL query. Automatically generated based from chart title but can be renamed or you can re-use existing dashboard component's stored procedures. |
Chart Type | Dropdown | These are the available chart types within Atria. |
Dashboard | Dropdown | These are the available dashboards in Atria. |
Order | Number | The order in which the component gets displayed in dashboard page. |
Width | Number | Width of table/component in a 12-grid layout (Select from 1-12). Note: Some chart types has minimum width requirement so specifying a width less than it's minimum will never be enforced. |
Height | Number | Height of table/component in a 12-grid layout (Select from 1-12). Note: Some chart types has minimum height requirement so specifying a height less than it's minimum will never be enforced. |
SQL Query | Text | Custom SQL query script to generate data that will supply values to dashboard component. |
Chart Metadata | Text | Generated when the "Generate" button gets clicked in the UI. The JSON metadata needs to be manually updated to configure how the data gets displayed. Some values will be automatically inserted to JSON text such as chart title, column names, etc. |

