I am trying to get a total of member codes in columns instead of rows. Is there an easy way to do this?
I have a region code and a member code and instead of this:
Region MbrCode Total
SW NATL 100
SW INTL 50
NE NATL 150
NE INTL 25
NE COMP 10
I would like to get this:
Region NATL INTL COMP
SW 100 50 0
NE 150 25 10
Any suggestions as to be best way to go about this without creating a new table.
Thanks,smatthews
I have a region code and a member code and instead of this:
Region MbrCode Total
SW NATL 100
SW INTL 50
NE NATL 150
NE INTL 25
NE COMP 10
I would like to get this:
Region NATL INTL COMP
SW 100 50 0
NE 150 25 10
Any suggestions as to be best way to go about this without creating a new table.
Thanks,smatthews