Expressions are used to filter the table. You can use the following syntax: Numbers: 42, 3.14Comparisons: >10, >=20, <30, <=40Ranges: 10..20 (inclusive range)Logical operators: && (AND), || (OR), ! (NOT)Grouping: (expression)String methods:starts_with("text") - Checks if value starts with textends_with("text") - Checks if value ends with texthas("text") - Checks if value contains textStorage type

