Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Champion III
Champion III

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