I think you could accomplish this with a calculated field.
Here is the expression I used for the PVX version. The T-SQL will be slightly different.
{fn REPLACE({fn CONVERT("CI_Item"."LastSoldDate", SQL_CHAR)}, '2020', '2025')}
I think this should work for Premium.
IIF("CI_Item"."LastSoldDate" Is Null Or (Year("CI_Item"."LastSoldDate")=1799),NULL,"CI_Item"."LastSoldDate")------------------------------
David Speck II
Tennessee Software Solutions
------------------------------