Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue in sum in a concatenate table

Hi,

Please find attached the qvf and data set.

I have a concatenate table, and trying to get the sum for all column as below.

but its showing as zero.

sum(Activity1+Activity2+Activity3+Pcost+Tcost)

But when i am individually doing it, i am getting the desired value.

sum(Activity1)+sum(Activity2)+sum(Activity3)+sum(Pcost)+sum(Tcost)


Can you please help me to understand the difference.


For set analysis, i would required the expression 1, but it will be difficult to apply the set analysis in 2nd expression.


Can you please help me on this.


Thanks

Prasanta

3 Replies
Chanty4u
MVP
MVP

did u try

=Sum(column1,column2,colum3,pcost,cost)

sunny_talwar

Try this as well:

RangeSum(Activity1, Activity2, Activity3, Pcost, Tcost)

The issue is related to Summing of Null Values. If one of those values are Null, then Sum doesn't know how to handle it.

Not applicable
Author

No, even its not working.

its only showing the sum for 1 customers. not for all.

Can you please see the attached qvf