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: 
Not applicable

Sum issue


Good day,

Boss for all workers = Jan

But Jan is also on some of the jobs. I want to split the 'Nr' between Jan and the rest.

The problem is, I need the total for Jan to be 1+1+1+1+1+1+1+1+1+1 = 10

and not

1+1+1+1+1+1+1+1+1+1  * 10  = 100

Is there any way to do that, I cant use Max as some of the 'Nr' s won't be 1

See attached

Please help

2 Replies
ariel_klien
Specialist
Specialist

Hi,

Go to Chart properties > Expressions Tab and in the

in the Jan expression put: IF([Boss]=[Worker],[Nr],0)

and in the Total mode select sum of rowas.

hope this will help you.

BR

Ariel

CELAMBARASAN
Partner - Champion
Partner - Champion

Try with this

Sum({<JobCode={"=[Boss]=[Worker]"}>} [Nr])