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.
Comments
For example, create a query with this code against the ServiceManagement db (shows tickets created per day for the last 10 days):
Then pick Created for Category and Total as the Value.
NB When you are writing your own queries, the 'group by' has to be lower case or the javascript code will not find it, and you will be prompted for a GROUP BY field.
What I want to do next, is to add a SQL Chart Widget using this query as input and that shows a line, histogram or area like this:
The group by should be optional for this to work, and if I added a Type column containing Incident, Service Request, Problem, or Change, grouping by Type could then show a different colored line per type.
I created a new thread to show how this could be done.