suppose I have a query -' select name, state, duration from process' with a limited number of rows, say start-of-day, end-of-day, cleanup
I want a dashboard to display state and duration (using health rules) for each of the three process types.
how ...