Options

Help.....

redratredrat Member Posts: 1 ■□□□□□□□□□
I have a table; it looks like this:
Case_ID A B C D
x 1 2 3 0
y 1 0 2 3
z 2 1 1 3

I’d like to create a report which looks like this:


Num_of_1s Num_of_2s Num_of_3s
A 2 1 0
B 1 1 0
C 1 1 1
D 0 0 2

Would anyone help me with this? Thanks in advance.

Comments

  • Options
    2lazybutsmart2lazybutsmart Member Posts: 1,119
    could you please elaborate.

    what is it that you're trying to do, exactly? Is your table a database table. If so, what are ur columns and what is it that u want to do with the data?
    Exquisite as a lily, illustrious as a full moon,
    Magnanimous as the ocean, persistent as time.
Sign In or Register to comment.