1
Currently if you want to use a field for a calculation that may be null you need to put complex compound if clauses to deal with it or have an intermediate field that checks for null and replaces it. It would be great to have an inline function (like the way DIFFINDAYS works) to substitute nulls with a value of your choice such as 0
Category: General
STATUS DETAILS
New