As part of the analytics product, portal administrators are now able to add custom datasources which users can use to build custom dashboards.
Related Articles
Adding a new Data Source
- From the User Menu navigate to the Admin Setting page
- On the right hand menu, click on Data Source SettingsÂ
- Click on “Add” button located on the task bar at the bottom of the page
- On “Add New DataSource” popup window, Fill in the following fields:
- Name (String)
- Defines the key to use to access the connection string value.
- Provider Name (String)
- Defines the name of the ADO.NET provider to use to access the underlying data store. Currently this is limited to three (3) options namely:
- System.Client.SqlClient
- System.Client.EntityClient
- System.Client.SqlServerCe.4.0
- Defines the name of the ADO.NET provider to use to access the underlying data store. Currently this is limited to three (3) options namely:
- Connection String (String)
- Defines to be the string that includes the source database name, and other parameters needed to establish the initial connection.Â
- Enabled (Boolean)
- Sets whether the data source should be enabled or not
- Name (String)
- Click on Save to save changes
You may refer to the following Microsoft KB links below for more information around connection strings:
https://msdn.microsoft.com/en-us/library/jj653752(v=vs.110).aspx
Editing an existing Data Source
- Navigate through the Admin Setting page
- Select the item you want to update by highlighting the row from the data source table
- Click on “Edit” button located on the task bar at the bottom of the page
- On “Edit New DataSource” popup window, modify or update desired fields.
- Click on Save to save changes