Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ts3st1000
Contributor
Contributor

Stacking 4 columns

Hi, in the load editor I am loading and reading a table from the database that looks like this:

    

Country1Country2    Sales1    Sales2
UKJapan1001000
GermanyFrance1101100
FranceMalaysia1201200
ItalyGermany1301300

Where Sales1 is for Country1, and Sales2 is for country2.

I would like to display the above data in a chart of Sales by Country using a table similar to this:

CountrySales (Sales1 + Sales2)
UK100
Germany1410
France1220
Italy130
Japan1000
Malaysia1200

Where I sum Sales by country.

Could you please suggest a solution to this. Thanks very much.

Regards,

Rachid

11 Replies
sunny_talwar

okay

ts3st1000
Contributor
Contributor
Author

I have just noticed a new table called LinkTable in the Data model viewer that is not connected to anything... do you think that could cause any issues. I already have few tables and they are all connected. thanks.