I am trying to use transformation "Convert field type" to strip time from timestamp, but it seems not to work as I expect. Any idea how to get rid of time? I need only date in order to group by day
If you just want to have a single line per day, you can use GROUP BY time(1d)
in your query.
To hide the time part inside of the label, define an Override:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With