Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

sum({<Extracontabile = {' '}>} [ImportoSaldo])

Hi,

Sum if the value of the non-accounting field is null


sum({<Extracontabile = {' '}>} [ImportoSaldo]) but not workint

9 Replies
sunny_talwar

May be this:

Sum({<Extracontabile -= {'*'}>} [ImportoSaldo])

Chanty4u
MVP
MVP

try below

sum({<Extracontabile -= {" *"}>} [ImportoSaldo])

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi,

the formula has extract the values ​​<> null.


Now I need to calculate, the values = null. Could you help me?

1Copia.png

gferran
Partner - Contributor III
Partner - Contributor III

Fabio,

you can find a  useful document at https://community.qlik.com/docs/DOC-4951

Regards

Chanty4u
MVP
MVP

try below

sum({$<Extracontabile ={"=len(trim(Extracontabile ))=0"}>} [ImportoSaldo])

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi,

unfortunately it does not work

Copia.png

sunny_talwar

Is there a field which uniquely defines Extracontabile in your database?

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Copia.pngthanks anyway, revenue for the value difference

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi,

thanks anyway

1Copia.png