Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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