Arc Score
The Arc Score allows you to visualize a count against a benchmark that you define. For example, you might want to track how many incidents miss their SLA against a team goal that you are trying to stay under.
The Arc Score will use the first color of the defined palette.
Required Fields
table - the table to query.
conditions - the conditions to apply to the chart
Optional Fields
aggregate_type - the type of aggregate to use. If none is provided 'COUNT' will be used.
aggregate_field - if an aggregate other than 'COUNT is used, an aggregate field must be provided to determine what to aggregate on.
Return Data
An array with a single object that is a number representing the number shown.
Example Payload
A Javascript Object:
A screenshot of the data in ServiceNow:
Last updated