Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Syntax for aggr( sum(Sales), Region ="Africa")

Hi all

What is the "correct" syntax for the following in a Chart Dimension

aggr( sum(Sales), Region ="Africa")

1 Solution

Accepted Solutions
Not applicable
Author

Aggr(Sum({<Region= {'Africa'}>} Sales), dimension)

Hi Try this

Dimension can be here any dimension from your chart according to which you want to aggregate. It may one or many

View solution in original post

2 Replies
Not applicable
Author

Aggr(Sum({<Region= {'Africa'}>} Sales), dimension)

Hi Try this

Dimension can be here any dimension from your chart according to which you want to aggregate. It may one or many

Not applicable
Author

Many thanks for that.

Worked wonders