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: 
azaia_synt
Partner - Contributor
Partner - Contributor

Problem of memory with sum(if(isnull(X),Y))

Goodmorning,

I have a problem of memory using the formula in object.

I must count the number of record that have some field null; have I an alternative to the formula sum(if(isnull(X),Y))? because with 200K record the application is not able to show me the table where I use the formula.

Thanks

3 Replies
Clever_Anjos
Employee
Employee

How those fields are related? Are they on same table?

azaia_synt
Partner - Contributor
Partner - Contributor
Author

Yes they are on the same table and all X field are string, Y instead is a integer value to 1.

Clever_Anjos
Employee
Employee

Please check if SUM(Y) - SUM({<X={"*"}>}Y)  brings same result and performs better