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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Sum of multiple fields

I have 4 different columns and I want to sum all those four together like this in the data load editor

[A+B+C+D] as [Sum of all four].

 

Please help.

1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, you just neead to add A+B+C+D as [Sum of all four]. If some can have null() values you can use RangeSum:

RangeSum(A,B,C,D) as [Sum of all four]

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi, you just neead to add A+B+C+D as [Sum of all four]. If some can have null() values you can use RangeSum:

RangeSum(A,B,C,D) as [Sum of all four]