Report

  • Thread starter Pass-the-Reality
  • Start date
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???????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top