I have a table called "Leaves" with fields "name","initial","startdate","enddate",no_of_days". I want to create a report like,
SNo Name Initial dates days
1 n1 i1 2010-05-03 - 2010-05-05 3
2 n2 i2 2010-05-05 - 2010-05-06 2
Total 5
manual crosstab is the only way to do this or is there any other way?
Thanks,
Sweish
SNo Name Initial dates days
1 n1 i1 2010-05-03 - 2010-05-05 3
2 n2 i2 2010-05-05 - 2010-05-06 2
Total 5
manual crosstab is the only way to do this or is there any other way?
Thanks,
Sweish