Hey Qbies,
Hope 2019 is off to a great start.
I’m looking to reference data across different timeframes. I’ve tried to use :
“select sum quantity by 2 xbar time, 20 xbar time from database”
but due to the time difference I only get the data for the 2 xbar.
How would i reference multiple timeframes in the same select statement?
Can you give an example of what your desired output would look like (given that different granularities results in different row counts)?
Terry
How about join xbar1 and xbar2?
This means, select something that with xbar1 granularity, and select something that with xbar2 granularity, then join them with “,”. But they should have same data structure.
? 2019?2?6??? UTC+8??6:00:57?21???
Hey Qbies,
Hope 2019 is off to a great start.
I’m looking to reference data across different timeframes. I’ve tried to use :
“select sum quantity by 2 xbar time, 20 xbar time from database”
but due to the time difference I only get the data for the 2 xbar.
How would i reference multiple timeframes in the same select statement?