Hi all,
I´m using influxQL and want to display a bar chart which shows a bar for every week day.
The bar should be labeled by the name of the day the data was submitted.
As i noticed that this is not easy using influxQL I tried to achieve it by just adding the wording of the current day as a tag to the submitted value. That worked initially:
This is the corresponding table:
and the query is:
SELECT (“income-day”),(“weekday”) FROM “income”
with Transform outer join “Time”
Bar Gauge is configured with $__cell_2 as display name:
However starting today (one week after implementation) the second “Freitag” value does not appear in the dashboard.
Maybe this is completely the wrong way to achive it, so I appreciate every helpful answer.
Thanks,
zimbo