Hi there,We are using ADQL to get transaction in series. e.g. SELECT series(eventTimestamp, '6m'), avg(responseTime) AS "Response Time (second)" FROM transactions WHERE application="xxx" AND transactionName IN ("transaction-name") but we can't find ...