M
Marcie
I have a report that is just doing calculations in the footer. The group is
based on a program.
Every footer counts, averages etc each program.
I can not seem to figure out how to do a min and max based on another field:
I have a calculation that counts part time and full time <35 = part time and
Below is how I get the part time hours
CntHrsPT=Abs(Sum([Hrs]>1 And [Hrs]<35))
I also am trying to find the median for pay, both full and part time.
based on a program.
Every footer counts, averages etc each program.
I can not seem to figure out how to do a min and max based on another field:
I have a calculation that counts part time and full time <35 = part time and
Now I want to find the minimum and maximum pay for the above.35 equals full time.
Below is how I get the part time hours
CntHrsPT=Abs(Sum([Hrs]>1 And [Hrs]<35))
I also am trying to find the median for pay, both full and part time.