Hello,
I have 3 field names:
tblLostTime.Sick tblLostTime.Lost and tblLostTime.Late
20 10 5
For some reasons, I could not sum all the fields together. What I'm trying to achieve is 35 hrs, which is 20+10+5. Below is the formula I have
Sum ({tblLostTime.Sick},{@Name})
+ Sum({tblLostTime.Lost},{@Name})+ Sum({tblLostTime.Late},{@Name}). Instead of 30 hrs as a sum, it gives me blank. Please help. Thanks
I have 3 field names:
tblLostTime.Sick tblLostTime.Lost and tblLostTime.Late
20 10 5
For some reasons, I could not sum all the fields together. What I'm trying to achieve is 35 hrs, which is 20+10+5. Below is the formula I have
Sum ({tblLostTime.Sick},{@Name})
+ Sum({tblLostTime.Lost},{@Name})+ Sum({tblLostTime.Late},{@Name}). Instead of 30 hrs as a sum, it gives me blank. Please help. Thanks