Hello everybody!
I have next fields in my influx table (example):
time id name price title views
16369 726553615 “John” 1900 SSD M2 Samsung 250Gb PRO 29
I need visualize next correlation (time + title + views) for following everyday statistics visitors
But I have troubles with construction request in Query field:
select * from “olx” where “id”=726553615
I need next fields: olx.id olx.title olx.price olx.views (maybe you know how to input name variable like olx.id = id, olx.title = title, etc?)
P.S. After finish I put dashboard in opensource github repo or grafana official site