You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting comments I get the correct amount of comments in count but they have no data just empty grey boxes. Is there something missing to use this feature with mysql data source
Grafana v11.4.0 (b58701869e)
Business Table Version 2.0.0
Query A
select *,
(select json_arrayagg(tc.c_id) as c_id
from mani_IT.test_comments tc
where tc.comment_id = td.id
) as comment
from mani_IT.test_devices td
order by td.id
nested Object query
SELECT *
FROM mani_IT.test_comments
WHERE c_id IN (${payload.ids:csv});
Data Settings filled in
The text was updated successfully, but these errors were encountered:
When setting comments I get the correct amount of comments in count but they have no data just empty grey boxes. Is there something missing to use this feature with mysql data source
Grafana v11.4.0 (b58701869e)
Business Table Version 2.0.0
Query A
select *,
(select json_arrayagg(tc.c_id) as c_id
from mani_IT.test_comments tc
where tc.comment_id = td.id
) as comment
from mani_IT.test_devices td
order by td.id
nested Object query
SELECT *
FROM mani_IT.test_comments
WHERE c_id IN (${payload.ids:csv});
Data Settings filled in
The text was updated successfully, but these errors were encountered: