sreeramnavale
Programmer
Hi,
I have a crosstab.
It is product verses Store sales crosstab.
Products are rows.
Stores are columns.
And sum of the sale is in the Crosstab fields.
The table Data is as
ProductA Store1 100
ProductA Store1 105
ProductB Store2 110
ProductB Store1 205
ProductC Store2 0
ProductC Store1 125
The cross tab should look like
Store1 Store2
ProductA 205
ProductB 205 110
ProductC 125 0
How can I get it like the above
Note: ProductA Store2 does not have any values there not even zero.
And ProductC Store2 should have a zero as there is record in the table for it.
Any help appreciated.
SN
I have a crosstab.
It is product verses Store sales crosstab.
Products are rows.
Stores are columns.
And sum of the sale is in the Crosstab fields.
The table Data is as
ProductA Store1 100
ProductA Store1 105
ProductB Store2 110
ProductB Store1 205
ProductC Store2 0
ProductC Store1 125
The cross tab should look like
Store1 Store2
ProductA 205
ProductB 205 110
ProductC 125 0
How can I get it like the above
Note: ProductA Store2 does not have any values there not even zero.
And ProductC Store2 should have a zero as there is record in the table for it.
Any help appreciated.
SN