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: 
jyothish8807
Master II
Master II

Sumifs function in qlikview

Hi,

How to create a sumifs (Excel function) function in QV?

Regards

KC

Best Regards,
KC
12 Replies
jyothish8807
Master II
Master II
Author


Hi tresesco,

In your app when i take a,b.c iam getting all values of A (1,2,1,3)

But when i make the same chart iam getting only A (1,1,3) Iam not getting the entries of 2.Why is it so? Whatds the trick?

Regards

KC

Best Regards,
KC
tresesco
MVP
MVP

If you want the missing one, try:

If(A=Aggr(NODISTINCT B,B),Sum( total <B>C),0)

and then in presentation tab uncheck 'Supress Zero-Values'.

jyothish8807
Master II
Master II
Author

Got it.Thaks a lot.Its working with the previous expression also.It was supress Zero issue.

Regards

KC

Best Regards,
KC