Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

iam using formula feild all ready i like this

C#
if isnull({SP_GetEventLogReport;1.InTime}) then
"Absent"
else
totext({SP_GetEventLogReport;1.InTime})



and i need another other feild value is Holiday

show the intime column that day is holiday show report..."holiday"

if emplpoyee present show time else absent or holiday

this is my another feild column

{SP_GetEventLogReport;1.Status} = holiday show intime column holiday
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900