teddysnow12
Programmer
Hi,
I have to create a table in crystal like,
| current | prior |change(cu-pr)
| | |
Employees | | |
Members | | |
average age | | |
%females | | |
%males | | |
I wrote a query for calculating the columns.
so i get the data for count of employees , count of memebers , average age and so on for given parameters.
Among the parameters , i have year(rptg_yyyymm)
depending in the year entered , i have to calculate all these.
current is the count of current employees of the year given
prior is also count of proir employees of 1year proir to given year.
so i need the formula for proir year.
and also any ideas for this report to be done.
I have to create a table in crystal like,
| current | prior |change(cu-pr)
| | |
Employees | | |
Members | | |
average age | | |
%females | | |
%males | | |
I wrote a query for calculating the columns.
so i get the data for count of employees , count of memebers , average age and so on for given parameters.
Among the parameters , i have year(rptg_yyyymm)
depending in the year entered , i have to calculate all these.
current is the count of current employees of the year given
prior is also count of proir employees of 1year proir to given year.
so i need the formula for proir year.
and also any ideas for this report to be done.