I have created a column with the following formula
IFN(t1.COVEFFDATE<'01APR2014'D, '01APR2014'D, t1.COVEFFDATE)
t1.COVEFFDATE is a date field in the table. I have put a DATE9. format to my computed column, however it's producing ********* in my query data set. How do I solve this issue?