We have a MS SQL Server database and this works in the report expression.
If (isdate([Demand Deposits / Savings].[Dates].[Charge Off Date]) = -1) then
([Demand Deposits / Savings].[Dates].[Charge Off Date])
else
(NULL)
But I will say that for all of our date fields/columns we check the for validity prior to creating a view with a datetime type column. Sometimes the customers have some half cooked column data that might be a date because it is user free form comments and they use the ISDATE.
what is your backend database? What does the raw data look like and what does your report expression look like that is giving the errors?
------------------------------
brenda grossnickle
------------------------------