Z
zyus
My sample data is as follows
Name Approvedate Defaultdate
Mr Y 01-01-2007 30-04-2008
Mr X 01-01-2008 31-05-2009
In my report i want to group by approvedate (rows) and group by defaultdate
as column as per below (without having to hardcoded defaultdt column in
textbox)
Apr date\Defaultdt
2008 2009
2007 1
2008 1
Hope my explaination suffice
Name Approvedate Defaultdate
Mr Y 01-01-2007 30-04-2008
Mr X 01-01-2008 31-05-2009
In my report i want to group by approvedate (rows) and group by defaultdate
as column as per below (without having to hardcoded defaultdt column in
textbox)
Apr date\Defaultdt
2008 2009
2007 1
2008 1
Hope my explaination suffice