The Business Text panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.
81
stars
13
forks
source link
Using {{statusColor}} does the ID have to be last? #282
Closed
mellerbeck closed 8 months ago
I have a simple query
SELECT
FROM line_status ORDER BY line_name
But as soon as I make the ID be last, it starts working.....
SELECT
FROM line_status ORDER BY line_name