I have a formula:
if {table.field}=Previous({table.field}) then 0
else {@Amount}
It works great except the first value is always blank, even with the convert nulls to default. Is there any reason why the formula doesn't work if the previous value is null or doesn't exist?
if {table.field}=Previous({table.field}) then 0
else {@Amount}
It works great except the first value is always blank, even with the convert nulls to default. Is there any reason why the formula doesn't work if the previous value is null or doesn't exist?