On Thu, 2 Nov 2006 09:04:01 -0800, shergardner
<(E-Mail Removed)> wrote:
>Okay here goes!
>
>My boss wants a modification for a particular budget center. There is a
>report that is generated by choosing the budget center and the return value
>gives the summary of all the employees and their worked hours under this
>budget center. The problem is the calculation created is for adding the
>total for the month and divide it by a 40 hour work week example:
>=sum(Oct/getweekdayhoursinmonth), this calculation is based upon 8 hours a
>day, which is fine- except for the employees in India - which it should be
>based upon a 9 hour day. The calculation was created in the report. What
>method can I use to create filter, command, argument, etc. to change the
>calculation for the budget center for India?
>Someone. please help me!
You may need another table. Right now you have only two workweeks -
what if you get business in France and need 32 hours, and then Japan
and need 80 <g>?
A table with country code and that country's work week would let you
calculate each country's data based on its work week; and there would
be no need to embed that information in hard-to-edit code, it'd be
right in an editable table.
John W. Vinson[MVP]
|