P
Pass-the-Reality
The Incurred Dates in my query run in rows. An example is below:
1/1/09 Date A 5.9
2/1/09 Data A 6.2
3/1/09 Data A 7.5
On my report I need to represent my dates as columns. Example below:
1/1/09 2/1/09 3/1/09
Data A 5.9 6.2 7.5
What is the easiest way to do this on a report without having to create a
new SQL statement. I am dealing with a lot of data. Any suggestions???????
1/1/09 Date A 5.9
2/1/09 Data A 6.2
3/1/09 Data A 7.5
On my report I need to represent my dates as columns. Example below:
1/1/09 2/1/09 3/1/09
Data A 5.9 6.2 7.5
What is the easiest way to do this on a report without having to create a
new SQL statement. I am dealing with a lot of data. Any suggestions???????