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