PC Review


Reply
Thread Tools Rate Thread

change the value for an ID

 
 
=?Utf-8?B?c2hlcmdhcmRuZXI=?=
Guest
Posts: n/a
 
      2nd Nov 2006
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!

 
Reply With Quote
 
 
 
 
John Vinson
Guest
Posts: n/a
 
      2nd Nov 2006
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]
 
Reply With Quote
 
=?Utf-8?B?c2hlcmdhcmRuZXI=?=
Guest
Posts: n/a
 
      2nd Nov 2006
Further information
what happens is the user chooses the budget center and year(2006) - the
report then generates all of the employees under that budget center - certain
budget centers include employees in India. The design created for the report
has a calculation based upon the total sum of workers, divided by a total
hours in that particular month. The calculation is in the design of the
report - it adds the total sum for that month and then divides by the total
hours worked in month(40 hr per week)base. This existing report doesn't read
or filter India employees.
what can I do to change this calculation
example: budget_center: 3105 under this budget center are resources for
India and US employees - it returns a number value.
resource: pm = 115
resource: superv=206, etc the number value is then entered for the month of
October as total 321 divided by 160=.

"shergardner" 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!
>

 
Reply With Quote
 
John Vinson
Guest
Posts: n/a
 
      2nd Nov 2006
On Thu, 2 Nov 2006 14:18:02 -0800, shergardner
<(E-Mail Removed)> wrote:

>Further information
>what happens is the user chooses the budget center and year(2006) - the
>report then generates all of the employees under that budget center - certain
>budget centers include employees in India. The design created for the report
>has a calculation based upon the total sum of workers, divided by a total
>hours in that particular month. The calculation is in the design of the
>report - it adds the total sum for that month and then divides by the total
>hours worked in month(40 hr per week)base. This existing report doesn't read
>or filter India employees.
>what can I do to change this calculation
>example: budget_center: 3105 under this budget center are resources for
>India and US employees - it returns a number value.
>resource: pm = 115
>resource: superv=206, etc the number value is then entered for the month of
>October as total 321 divided by 160=.


I have NO idea how you would do this.

The information as to which hours should be calculated on a 40 hour
week, and which on a 50 hour week, needs to be stored *somewhere*.
Nothing in what you've posted gives any indication how this can be
done. If you don't "read or filter India employees" then there's no
way, even in principle, to treat Indian employees differently than
North American ones.

John W. Vinson[MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use date modified to change format & create filter to track change =?Utf-8?B?UEFS?= Microsoft Excel Worksheet Functions 0 15th Nov 2006 09:17 PM
Change conditional formatting to coloured alternate rows dependent on a change in date? StargateFan Microsoft Excel Programming 4 2nd Aug 2006 11:28 AM
how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value o Daniel Microsoft Dot NET Framework 1 14th Jul 2005 03:24 PM
how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value o Daniel Microsoft C# .NET 1 14th Jul 2005 02:12 PM
how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value o Daniel Microsoft Dot NET 0 14th Jul 2005 10:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:14 AM.