Hi
I have below code and in some case if it returns 01-01-1900 it should be shown as ''
(SELECT TOP 1 [LastSessionDate] FROM [View_Session_Count_Report] where StudentID = t.StudentId) [LastSessionTDate]
Thanks