Use Shared Connections
When you define parameters for an external database, you have the option to save this configuration as a shared connection. Once you save the connection, you can reuse it later for a Data Query block by selecting it from the Shared Connections tab in the Query's Properties pane. This is useful for non-default databases that you access on a fairly regular basis since it saves you from having to retype the connection information each time.
You can create a shared connection using one of two methods:
- From the Connection String section's Shared tab in the Properties pane of a selected Query Data block (See Creating and Connecting to a Shared Connection)
- From the Managed shared connections button on the Toolbar as detailed below
Manage Shared Connections
Create a new shared connection, or view the properties of existing Shared Connections.
- Click the (Managed shared connections) button on the Dashboard Builder Toolbar.
- If you are creating a new connection, enter a Name (required), and a Description (optional) for the connection.
- Enter the Server on which the database exists.
- Enter the Database name.
- In the User field, enter the user with access to this database.
- Enter a Password for the user.
- Optionally, enter any Extended Properties.
- If you are using Windows credentials instead of a SQL account for this connection, select the Integrated check box, otherwise leave this box unchecked.
- Click the Test button to verify that the connection is valid. A message will indicate if the connection is valid or not.
- Click the Apply button to save your changes.
- If you wish to delete any Shared Connections, click the X to the left of the shared connection you wish to delete.
NOTE: You can only delete existing shared connections that are not currently used in a dashboard.
- To return to the Dashboard workspace, click the Shared Connections button.
On This Page