Operator演算子 | Description説明 | Type 型
| ||||||
---|---|---|---|---|---|---|---|---|
| General Filtering標準フィルタリング |
| ||||||
Equal to | Equal to a single alphanumeric or string value等しい(=) | 指定した1つの数字または文字列と等しい |
| |||||
Greater than | Greater than a single alphanumeric or string value | Numeric | ||||||
Greater than or equal to | Greater than or equal to a single alphanumeric or string value | Numeric | ||||||
Less than | Less than a single alphanumeric or string value | Numeric | ||||||
Less than or equal to | Less than or equal to a single alphanumeric or string value | Numeric | ||||||
Different from | Not equal to or different from a single alphanumeric or string value |
| ||||||
Between | Between variable 1 and variable 2 these will need to be legitimate parameters such as date, age etc. | Numeric | ||||||
Not Between | Not between variable 1 and variable 2 these will need to be legitimate parameters such as date, age etc. | Numeric | ||||||
In List | One or more alphanumeric or string values |
| ||||||
Not In List | Two or more alphanumeric or string values |
| ||||||
Is Null | Record contains no value for selected attribute. No Parameter can be set |
| ||||||
Is Not Null | Record contains any value. No Parameter can be set |
| ||||||
| Advanced Filtering |
| ||||||
Contains | Records that contain text that matches the input value | Text | ||||||
Does Not Contain | Records do not contain text that matches the input values | Text | ||||||
Starts With | String starts with letter or letters | Text | ||||||
Does Not Start With | Records do not contain text at the start of the string that ends with the input values | Text | ||||||
Ends With | String end with letter or letters | Text | ||||||
Does Not End With | Records do not contain text at the end of the string that ends with the input values | Text | ||||||
Is Empty String | A record that is an empty string | Text | ||||||
Is Not Empty String | A String that is not empty | Text | ||||||
Equals Column | The records in the filtered column will have values equal to the values of an alternate column |
| ||||||
Different From Column | The records in the filtered column will not have values equal to the values of an alternate column |
| ||||||
Greater Than Column | The records in the filtered column will have values greater than the values of an alternate column | Numeric | ||||||
Greater Than or Equal to Column | The records in the filtered column will have values greater than or equal to the values of an alternate column | Numeric | ||||||
Less Than Column | The records in the filtered column will have values less than the values of an alternate column | Numeric | ||||||
Less than or Equal To Column | The records in the filtered column will have values less than or equal to the values of an alternate column | Numeric | ||||||
Minimum Date | This option will find the earliest date value available. | Numeric | ||||||
Maximum Date | This option will find the latest date value available. | Numeric | ||||||
Link to Filter | This filter allows the user to select one value on the report page and have it used across multiple filters. For example have Athlete Region set as a User Prompt filter and link the Camp Region to it. This will mean that the user selects the Athlete Region and the Camp Region will be set to the same value.より大きい(>) | 指定した1つの数字または文字列より大きい | 数値型 | |||||
以上(≧) | 指定した1つの数字または文字列以上 | 数値型 | ||||||
より小さい(<) | 指定した1つの数字または文字列より小さい | 数値型 | ||||||
以下(≦) | 指定した1つの数字または文字列以下 | 数値型 | ||||||
と異なる(≠) | 指定した1つの数字または文字列と等しくない |
| ||||||
の間(~) | 日付、年齢などの比較可能な値が変数1と変数2の間にある | 数値型 | ||||||
の間でない | 日付、年齢などの比較可能な値が変数1と変数2の間にない | 数値型 | ||||||
一覧に含む | 指定した一覧の数字または文字列に含まれる |
| ||||||
一覧に含まない | 指定した一覧の数字または文字列に含まれない |
| ||||||
IS NULL | 選択したカラム(列)の値がNULL(パラメーターは設定できません) |
| ||||||
IS NOT NULL | 選択したカラム(列)の値がNULLでない(パラメーターは設定できません) |
| ||||||
| 高度なフィルタリング |
| ||||||
を含む | 指定した文字、文字列を含む、もしくは一致する | テキスト | ||||||
を含まない | 指定した文字、文字列を含まない、もしくは一致しない | テキスト | ||||||
で始まる | 指定した文字、文字列で始まる | テキスト | ||||||
で始まらない | 指定した文字、文字列で始まらない | テキスト | ||||||
で終わる | 指定した文字、文字列で終わる | テキスト | ||||||
で終わらない | 指定した文字、文字列で終わらない | テキスト | ||||||
空文字 | 空文字のレコード | テキスト | ||||||
空文字でない | 空文字でない文字列 | テキスト | ||||||
(=)カラム(列)と等しい | 指定したカラム(列)と値が等しい |
| ||||||
(≠)カラム(列)と異なる | 指定したカラム(列)と値が異なる |
| ||||||
(>)カラム(列)より大きい | 指定したカラム(列)の値より大きい | 数値型 | ||||||
(≧)カラム(列)以上 | 指定したカラム(列)値以上 | 数値型 | ||||||
(<)カラム(列)より小さい | 指定したカラム(列)の値より小さい | 数値型 | ||||||
(≦)カラム(列)以下 | 指定したカラム(列)値以下 | 数値型 | ||||||
最小日付 | 使用可能な最も古い日付 | 数値型 | ||||||
最大日付 | 使用可能な最も新しい日付 | 数値型 | ||||||
フィルターにリンク | このフィルターを使用して、レポートページで1つの値を選択し、その値を複数のフィルターで使用できます。たとえば、ユーザー指定フィルターとして「Athlete Region」を選択し、それに「Camp Region」をリンクします。これで、ユーザーが「Athlete Region」を選択すると、「Camp Region」に同じ値が設定されます。 |
|
Anchor | ||||
---|---|---|---|---|
|
* The Type column is only specified if the operator is not common across all data types. Numeric Types include date data types. 型欄は演算子がすべてのデータ型で共通でない場合にのみ示します。 数値型は日付のデータ型を含みます。