Please Help,
Im connecting to a SQL Server via ODBC.
When I look at the Date Time Feild in the Database it is a Sting Value with the following format:
2004-06-08 17:09:47.202 I need to convert this into a DateTime Value..
When I try to apply the formula: DateTimeValue({activitylog.datetimestamp}) I receive no syntax errors. However when I try to refresh the report I get an error BAD DATE TIME FORMAT STRING.
Does anyone have any solutions?
Im connecting to a SQL Server via ODBC.
When I look at the Date Time Feild in the Database it is a Sting Value with the following format:
2004-06-08 17:09:47.202 I need to convert this into a DateTime Value..
When I try to apply the formula: DateTimeValue({activitylog.datetimestamp}) I receive no syntax errors. However when I try to refresh the report I get an error BAD DATE TIME FORMAT STRING.
Does anyone have any solutions?