Does anyone know why the following Custom Table SWQL-based report generates error message "Report resource failed to properly initialize":
SELECT R.Component.Application.Node.Caption as Node, R.Component.Application.Name as Application, R.Component.Name as Component, R.Date, R.ResponseTime
FROM Orion.APM.ResponseTime R
WHERE (R.Component.Application.Name='HTTP Form Login')
AND ((R.Date >= ${FromTime}) AND (R.Date < ${ToTime}))