There has been an error with your request.
Content
So I have the code has shown below. One column in this report was created by going in to design the report in the console, going to Computed Fields, clicking on the column I created already (defined as below)
date_diff(sysdate(),incidents.created)/60/60/24
I then choose to add "Report Running Average". This does what it needs to. Displays fine in the console.
However when using the code below, it falls over with the error
There has been an error with your request.
If I remove the column, the report on the customer portal works (where this code is ran via a widget). if I remove the code below, it works fine
Tagged:
0