In transaction I have a field that sums the invoice remaining (calculated from saved search)
If there is no invoice, there is no value.
In pdf template, if I use
??
operator to check if it is null, it always says it is not null.
It should be null but it is always work as 0
How can I resolve this?