The only bad thing about making a report to look exactly like your excel is you have to many fields that will make you report print more than 1 page even if you use landscape.
i had done the crosstab query....
it's working thankz for that
now i need another help on that
i need the date as my labels in headings
eg:
empno total_hrs 1jan 2jan 3jan........31jan 1feb....
1001 8 2 2 4
it's going like this
but what i need is there should be some parameter value.A start date and an end date
when we enter the date suppose
01/01/2005 and 01/15/2005
then the report should be like this
empno total_hrs 1jan 2jan 3jan ....14jan 15jan
1001 6 2 2 2
ur report is the same as i need
but the probs is that
there should be 2 parameter values
starting and ending date
when we enter the dates only the days between that should be displayd