bar chart showing sum of value per criteria
Posted: Mon Jul 12, 2010 3:21 pm
Hello,
I am trying to create a bar chart (clustered columns) but I'm struggling to aggregate data per category.
I have a set of values per market:
MARKET COST
-----------------------
NE 200
NW 100
NW 150
SW 100
SW 300
SW 100
I' trying to find a way to display one bar per market with sum of cost per market, such as:
MARKET COST
-----------------------
NE 200
NW 250
SW 500
Argument Data Column is {Projects.Market}
Value Data Column is {Projects.Cost}
What should I indicate as Argument? I have tried many things but all my tests end up in error or do not change anything.
I am trying to create a bar chart (clustered columns) but I'm struggling to aggregate data per category.
I have a set of values per market:
MARKET COST
-----------------------
NE 200
NW 100
NW 150
SW 100
SW 300
SW 100
I' trying to find a way to display one bar per market with sum of cost per market, such as:
MARKET COST
-----------------------
NE 200
NW 250
SW 500
Argument Data Column is {Projects.Market}
Value Data Column is {Projects.Cost}
What should I indicate as Argument? I have tried many things but all my tests end up in error or do not change anything.