Help.....
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.
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
-
2lazybutsmart Member Posts: 1,119could 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.