Data ModelingFunction Listis_emptyOn this pageis_emptyChecks if a value is empty (null or empty string). Syntax is_empty(<expr>) ParameterTypeDescriptionexpranyThe expression to evaluate. Return values Boolean Usage Checks if order notes field is empty. is_empty(orders.notes) Related functions not blank is_blank if case