In the expression builder I always get errors that it cannot convert from one type to another. For example:
Cannot convert expression value to property type.
Cannot convert 'System.DateTime' to 'System.String'.
I have not been able to determine how to CAST to the string, and I can't find the syntax that Expression Builder expects. Does anyone know how to do this?
For example I want to do something like this:
REPLACE(@[User::ExcelFilename], ".xls", YEAR(getdate()) + ".xls")
Regards,
Brent