Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I tried in a script doing If([field]=Null()) and it doesn't work, while if(IsNull([field])) does. Could you explain to me why?
Hi,
IsNul() returns a logical answer in True or False (-1 or 0 ), whereas the Null() function returns ‘-‘ in place of a null value.
Hi,
IsNul() returns a logical answer in True or False (-1 or 0 ), whereas the Null() function returns ‘-‘ in place of a null value.