Forum Discussion
Coryanthony
3 years agoHelper III
Help with calculation please
Hello, I am doing a project on employees, determining overtime meals $ submitted vs overtime meals $ allowed (based on work hours). Then looking to calculate the discrepancy (allowed minus submitted...
- 3 years ago
Hi thx ,
I will do one thing, Can please take
Distinct employee or just summarize the separate table
for unique employee code .
post that fix over all 8 hrs per day wise count.
else. you can concatenate the EMP & Date, by the way you can have it unquie count. $25.
Dax.
Test =
VAR _V1 = CONCATENATE ( EMP , DATE)
RETURN
CALCULATE ( SUM ( #hrs), _v1=_v1).
Can you try this way,
Thanks.
Gokul
thx
3 years agoFrequent Visitor
OMG. I am having issues related to this. Hopefully you get a response. I will piggy back off of this :).