calculate working days (without holidays)

  • Thread starter Thread starter zarbout
  • Start date Start date
Z

zarbout

I want to calculte the différence between two dates (the begining and the
end of hollydays are in a specific table) ?
thanks
 
thanks for your help.
But I have another question: what can I do if I have to deal with a
specific hollydays ( some employees can take a free days and I have to
calculate their outcome).
zarbout
 
-----Original Message-----
I want to calculte the différence between two dates (the begining and the
end of hollydays are in a specific table) ?
thanks



.

hi ya mate

what i would do is a expresion where in another field it
would calculate the difference between the two and then
show it on screen. u can do this with an expression builder


i.e. =([begin]-[end])
 
Back
Top