How can I do difference between 2 timestamps from different views in looker? (My DB is Postgresql)
Example:
dimension: lead_time{
type: number
sql:{$a_timestamp}- ${viewb.b_timestamp}
}
How can I do difference between 2 timestamps from different views in looker? (My DB is Postgresql)
Example:
dimension: lead_time{
type: number
sql:{$a_timestamp}- ${viewb.b_timestamp}
}