I am building in CR XI, a report that lists complaints that our call center receives on a daily basis. The only problem is that the Start_Date_Time for the comments is in GMT, so some of the comments look like they were entered late at night after we've closed or at 3:00am.
I wanted to use the following in a formula and place the formula on the report as the date of the listed comments. The report is built with tables behind it and not a SQL Command. I was told the follow code snipet would the trick.
However, when I try to save the formula, I get "Parenthesis Missing" with the word 'current' highlighted.
What is missing? I am stuck.
Thank you, Laura
SDMCU
I wanted to use the following in a formula and place the formula on the report as the date of the listed comments. The report is built with tables behind it and not a SQL Command. I was told the follow code snipet would the trick.
Code:
{CONTACTDETAIL.START_DATE_TIME} + hour(current timezone)hours
However, when I try to save the formula, I get "Parenthesis Missing" with the word 'current' highlighted.
What is missing? I am stuck.
Thank you, Laura
SDMCU