Choose Category
IIF(NOT ISNULL(value), ' Input is not null',' No it is null')
IIF(ISNULL(value)=0, ' Input is not null',' No it is null')