Hello all,
We use a vendor application that uses a FoxPro DB that stores 5 and 1/2 hours as 5.50. Basically, if an employee works 5 and 1/2 hours, it stores it in the DB as 5.50. I need to display that information on a Crystal Report v10 as 5:30.
I am using the below formula to display the hours worked on Sunday as is:
if WeekDay({schedbook.sbk_date}) = 1 then {schedbook.sbk_hours} else 0.00
We use a vendor application that uses a FoxPro DB that stores 5 and 1/2 hours as 5.50. Basically, if an employee works 5 and 1/2 hours, it stores it in the DB as 5.50. I need to display that information on a Crystal Report v10 as 5:30.
I am using the below formula to display the hours worked on Sunday as is:
if WeekDay({schedbook.sbk_date}) = 1 then {schedbook.sbk_hours} else 0.00