Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Sum if the value of the non-accounting field is null
sum({<Extracontabile = {' '}>} [ImportoSaldo]) but not workint
May be this:
Sum({<Extracontabile -= {'*'}>} [ImportoSaldo])
try below
sum({<Extracontabile -= {" *"}>} [ImportoSaldo])
Hi,
the formula has extract the values <> null.
Now I need to calculate, the values = null. Could you help me?
1
try below
sum({$<Extracontabile ={"=len(trim(Extracontabile ))=0"}>} [ImportoSaldo])
Hi,
unfortunately it does not work
Is there a field which uniquely defines Extracontabile in your database?
thanks anyway, revenue for the value difference
Hi,
thanks anyway
1