Hi everyone.
I am trying to output this SQL Schema to my Grafana dashboard using a simple Table.
SQL Schema
So I am simply trying to make a table where each ROW number is one ROW.
So for all the entries where row = 1 will be on one row in the table.
Inside each cell must be the “value” property of each element(index).
If found = false then the cell must be red and green if it is true for that element.
However I am having a pretty hard time getting the data to even query since I need a time somehow bounded to the query.
I do not have a sufficient time metric in my table data.
So how do I do a table that is not bound to time?
I am more than willing to use any other plugin to to the same thing.
Thanks