This message was deleted.
# general
s
This message was deleted.
b
I'm not sure, but maybe something with a CASE statement and FILTER clauses? The case might not be necessary, maybe just FILTERs for each aggregation and timezone, getting different columns (for each timezone).
b
Hi Rishi, can you share some pseudo code on your logic ? Thanks !
r
Sorry I was out
So I have a table which contains data in UTC, each row has a column based on which it identifies the timezone for that particular row, so what I need is to be able to query each row in its respective timezone for LastNDays
b