Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
the-null
Contributor III
Contributor III

Sumif function

Hi,

can you help me get the right data.

So I want to calculate data and to use this two condition, because I have same name in some fields but with different brand name.

In excel I am using sumifs formula for maching the data with two condition and in qlik I can't use ti.

 

thenull_0-1671452094294.png

 

Labels (1)
2 Replies
Or
MVP
MVP

Sum(If(Something,Field))

You can nest as many if() statement as you want.

In most cases, it is better to use set analysis rather than if() statements in this context, but since you haven't specified what you're trying to do, I'm not sure if this is one of them.

the-null
Contributor III
Contributor III
Author

So I want to calucate data and to use two condition, also I am using the data from 2 different tables.

SO:

 

thenull_0-1671453176487.png

 

to calculate all product with same code and within the same name.