Hello,
My database's timezone is an hour ahead. I'm looking to show an accurate report run time in the header of my report. Currently, i've created a query to return (current_timestamp), however, it is 1 hour ahead. Is there a way to subtract/minus 1 hour from the report timestamp? How would the expression need to be written?
Thanks!
Nevermind! This works: _add_hours ((current_timestamp),-1)