Here my query result when I add truncateTimeColumn(unit: 1d)
On my last line, the date is not any more the today date (2022-10-02) but replaced by (2022-10-01)
@Franck_Bellot Something is changing on that last line between the two screenshots. The values of all columns in the first 3 rows are the same between the screenshots, but there are small difference in the last line between the two screenshots. Not really sure what’s going on here, but I believe the truncateTimeColumn() is working correctly, but something about the last line is changing.
The date of today is not anymore today but yesterday after using trunctimecolumn, that is why my last line is the same date that previous one.
The values of columns change because is live data.
Its stange that when we useTruncatimecolumn using 1dparameter, the today daye is replaced by fhe day before.