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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum of columns with nullvalue

Hello,

I've a problem with correct sum of column.

I would like sum A+B+C+D

A     B    C     D     E(A+B+C+D)

1     -      2     1     0     wrong value

1     2     3     1     7

1     0     2     3     7

2     -     4      1     0     wrong value

where fields value = NULL the equal  = 0

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use the rangesum function to solve this problem

     =RangeSum(A,B,C,D)

Celambarasan

View solution in original post

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use the rangesum function to solve this problem

     =RangeSum(A,B,C,D)

Celambarasan