Need help with how to format the output of a Custom Query. For example, I have a "Custom Query" Resource on a specific page. Its running a simple query to give me a count of all the active alerts:
SELECT COUNT(AlertActiveID) AS AlertID
FROM Orion.AlertActive
I need to know how to add formatting to this. I would like be able to set the font size and also be able to change the color based on the value. We want to add a bunch of items like this to a NOC view where all interested parties can just glance up at the board and see the color coded value.
Any help is greatly appreciated.
Thanks