[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-25。"],[],[],null,["# Configure filter conditions\n\nFilters conditions tell Looker Studio which records to include in or exclude from your report.\n\nInclude versus exclude filters\n------------------------------\n\n*Include* filters retrieve only the records that *match* the conditions, while *exclude* filters retrieve only the records that *don't match* the conditions.\n\nFilter clauses\n--------------\n\nA condition consists of one or more clauses.\n\nA simple filter has just one clause that consists of a dimension or measure, a condition, and a value. For example, in the filter clause **Country Equal to (=) France** , **Country** is the dimension, **Equal to (=)** is the condition, and **France** is the value.\n\nMultiple clauses can be joined with an OR operator (true if *any* conditions are met), an AND operator (true if *all* conditions are met), or both. For example, you can combine multiple clauses to create a filter with more complex logic, such as a filter that includes the following conditions:\n\n- The value of **Country** is either **France** or **Germany**\n- The value of **User Type** is **New user**\n- The value of **Sessions** is greater than 100\n\nThis filter clause would be defined as follows:\n\u003e **Country Equal to (=) France OR\n\u003e Country Equal to (=) Germany\n\u003e AND\n\u003e User Type Equal to (=) New user\n\u003e AND\n\u003e Sessions Greater Than 100**\n\nA filter clause that uses an OR operator can contain dimensions or metrics, but not both.\n\nConditions\n----------\n\nConditions compare the fields in the filter against values that you provide. The available conditions depend on whether you are filtering a text, number, date, or logical field.\n\n### Text conditions\n\n\u003cbr /\u003e\n\n| **Note:** Text comparisons are case-sensitive. For case-insensitive matching, use regular expressions.\n|\n| Regular expressions in Looker Studio use [Google RE2](https://github.com/google/re2/wiki/Syntax) regular expression syntax.\n\n\u003cbr /\u003e\n\n### Numeric conditions\n\n### Date and time conditions\n\n### Boolean conditions\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nValues\n------\n\nWhen defining filters on charts, pages, or reports that use **Equal to (=)** or **In** conditions, report editors can select from a list of possible filter values that are provided from the underlying data. To see filter value suggestions, enable **Show suggested values while typing** in the filter editor. Filter suggestions are supported for all data connectors."]]