C
carl
My data records look like this...
SubscriberId MessageType
UBSOSC1 ABC
UBSOSC1 ABC
UBSOXT4 DEF
UBSOXT4 GHI
UBSOSC1 ABC
UBSOSC1 DEF
I am trying to create a Pivot Table (but do not want to use the Pivot
table Wizard) via a query.
Would like the results to look like this (displaying Count of Message
Types)...
SubscriberId ABC DEF GHI Grand Total
UBSOSC1 3 1 4
UBSOXT4 1 1 2
Grand Total 3 2 1 6
Is ther a way to use a query to replicate a Pivot Table ?
Thank you in advance.
SubscriberId MessageType
UBSOSC1 ABC
UBSOSC1 ABC
UBSOXT4 DEF
UBSOXT4 GHI
UBSOSC1 ABC
UBSOSC1 DEF
I am trying to create a Pivot Table (but do not want to use the Pivot
table Wizard) via a query.
Would like the results to look like this (displaying Count of Message
Types)...
SubscriberId ABC DEF GHI Grand Total
UBSOSC1 3 1 4
UBSOXT4 1 1 2
Grand Total 3 2 1 6
Is ther a way to use a query to replicate a Pivot Table ?
Thank you in advance.