I have access to an ODBC table that has multiple Columns with the same data. I have tried to create a Crosstab, rolling totals and not this site for further assistance.
As seen below Col1, Col2, and Col3 have the same data -- I would like creat a rollup of this data by creating a field that shows the single item and the number of times it appears.
Like a summary see below
--------------------
ID COL1 COL2 COL3
001 10 7777 7777
002 9999 7777 9999
003 7777 20 20
004 9999 30 30
005 40 9999
--------------------
( What I would like to see)
COLX total
7777 4
20 2
9999 3
As seen below Col1, Col2, and Col3 have the same data -- I would like creat a rollup of this data by creating a field that shows the single item and the number of times it appears.
Like a summary see below
--------------------
ID COL1 COL2 COL3
001 10 7777 7777
002 9999 7777 9999
003 7777 20 20
004 9999 30 30
005 40 9999
--------------------
( What I would like to see)
COLX total
7777 4
20 2
9999 3