We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Allow Dashboard SQL Widgets to query a database other than ServiceManagement
However I think it would be useful to be able to configure a SQL Widget to query a database other than ServiceManagement, such as ServiceManager or really anything else.
Comments
Eg.
Geoff
The wording on the widget suggests that it will only query the ServiceManagement database, but you can query any database as long as you specify it in the query.
I would say that all you need to do is change the wording on the widget
David
When querying alternate databases, for example config items in the ServiceManager database, the auto hyperlink for each item returned always sends you to the search page with no results found. While this is expected, as the ServiceManagement DB knows nothing about config items queried from the ServiceManager database, it is not a helpful experience.
eg SELECT EmployeeId, FirstName, LastName, JobTitle FROM [HRDatabase].[Staff]
and the configure the 1st column to hyperlink to
https://hrsystem.contoso.com/staff?userid={{EmployeeId}}