Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sum of two dimensions

Hello to all

I have a straight table with two expressions and one dimension. I was wondering how to make a third dimension by adding the two others together. So expression C would be dimensions A+B. I was trying the AGGR function but couldn't get it to work.

1 Reply
its_anandrjs

Hi,

if i understand this you have

Dim1:-

Expre1

Expre2

if you need third one do this way

Expre3:- Column(1) + Column(2)

because in the straight chart expre1 is called as column(1)

Regards

Anand