Hi Vivek,
I don't think you need Calculated attribute (unless you need it to convert the date column data from varchar to date).
You can use something like
SELECT top 5 * (or EMPLOYEE_NO) from <your HANA view> order by JOINING_DATE;
Regards,
Ravi