Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

IFNULL

Scroll Prev Top Next More

(IFNULL(arg1,arg2,arg3))

 

If arg1 is null, then the value of arg2 is returned. If arg1 is not null, then the value of arg3 is returned.

 

The IFNULL function does not recognize the value of zero (0) as NULL, even if ZERO is set ON.