Y
Yanick
Hi!
I have a query that return something like this (data has been simplify for
the exemple) :
Need Date Needed On Time Late Outstanding Performance
01/01/2008 10 8 1 1
80%
02/01/2008 10 5 4 1
50%
..
..
..
I need to show it transpose on a report like this :
01/01/2008 02/01/2008 ....
Needed 10 10
On Time 8 5
Late 1 4
Outstanding 1 1
Performance 80% 50%
The report will always show 12 months (it is not always from January to
December, it could be July to june, April to March... the user can select the
period)
Can't figure how to do it... do someone have ideas?
Thx
I have a query that return something like this (data has been simplify for
the exemple) :
Need Date Needed On Time Late Outstanding Performance
01/01/2008 10 8 1 1
80%
02/01/2008 10 5 4 1
50%
..
..
..
I need to show it transpose on a report like this :
01/01/2008 02/01/2008 ....
Needed 10 10
On Time 8 5
Late 1 4
Outstanding 1 1
Performance 80% 50%
The report will always show 12 months (it is not always from January to
December, it could be July to june, April to March... the user can select the
period)
Can't figure how to do it... do someone have ideas?
Thx