I get this query result:
Product1 | Description | Sum of Sales | Japan
Product1 | Description | Sum of Sales | USA
Product1 | Description | Sum of Sales | Germany
Product2 | Description | Sum of Sales | Japan
Product2 | Description | Sum of Sales | USA
Product2 | Description | Sum of Sales | Germany
I want to get this query result
Product1 | Description | Sum of Sales in Japan | Japan | Sum of Sales in USA | USA | Sum of Sales in Germany | Germany
Product2 | Description | Sum of Sales in Japan | Japan | Sum of Sales in USA | USA | Sum of Sales in Germany | Germany
How can I achieve this?