Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
priyarane
Specialist
Specialist

Expression label calculation

Hi Experts,

Is it possible to do calculations on Expression Label, if yes how can I do that?

ex:

Expression 1 - Sum(sales) and Label Name - A

Expression 2 - Sum({<Period = {'P0'}>}sales)  and Label Name - B

And my question is?

For Expression 3 -  I want to do like:  A+B

Thanks

1 Solution

Accepted Solutions
simenkg
Specialist
Specialist

The answer is quite simply, Yes.

You can reference another expression by label name within the same chart object.

in your case you can do + or A+B, but make sure that no fields in your data model has the same name, as that will give you s...

View solution in original post

1 Reply
simenkg
Specialist
Specialist

The answer is quite simply, Yes.

You can reference another expression by label name within the same chart object.

in your case you can do + or A+B, but make sure that no fields in your data model has the same name, as that will give you s...