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: 
Patman
Contributor III
Contributor III

Sum the result of two separate counts

Please advise,

                                 I am trying to sum two counts.

Count Column A =X

Count Colum B = Y

Total Count =  (X+Y)

 

Kind Regards

Patman

 

1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

should be just this Count(A)+Count(B)
is there any complexity you didnt mention

View solution in original post

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

should be just this Count(A)+Count(B)
is there any complexity you didnt mention
Patman
Contributor III
Contributor III
Author

Cheers for that 🙂 I had been trying sum aggre....and loads of other stuff 😞