I'm not entirely certain why you're getting that error. Try saving the report and running from connection.
You absolutely can use dynamic time functions.
[code]moment...
You absolutely can use dynamic time functions.
Code: [Select]
moment().add(1,'d').add(32,'minutes').subtract(1,'h')
you could also do[code]moment...