In a report, how to show vertical values horizontally?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using query, i can create a report showing the values vertically. However, I
need to show them horizontally. An example is below:

Using report, I get this output

User1 200
User1 100
User1 50
User2 150
User2 75
User2 25

What I need is

User1 200 100 50
User2 150 75 25

(values in descending order)

Any ideas?
 
Base your report on a crosstab query.
create the query using the crosstab wizzard, based on the table/query you
are currently using as a source for your table, then vbuild a new table
based on the crosstab.

Rosco
 

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

Back
Top