Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Not equal in Where clause in expression

Hello.

What would be the correct syntax in Qlik Sense, if I want to summarize "CURRENT_AMOUNT" where field "SIDE" is not null ?

My guess was:

=Sum({<IsNull(SIDE)=0>} CURRENT_AMOUNT)

but it gives me error.

Thank you.

1 Solution

Accepted Solutions
sunny_talwar

May be try this

=Sum({<SIDE = {"*"}>} CURRENT_AMOUNT)

View solution in original post

3 Replies
sunny_talwar

May be try this

=Sum({<SIDE = {"*"}>} CURRENT_AMOUNT)

Anonymous
Not applicable
Author

Hello Sunny,

Thank you, I haven't viewed this problem from perspective of "any text in field"

That worked for me

arvind1494
Specialist
Specialist

=Sum({<SIDE = {"your requirement"}>} CURRENT_AMOUNT)