Fusion automatically handles NULL values returned from a database.
If you want to do custom logic based on NULL values here is an example.
if([data] = ‘null’, ‘My custom data’, [data])
The above statement will return My custom data if the value in [data] is null.
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..