"Any Value" Filters
Any value can be input in the user defined search field, including text, numbers, and special characters.
Last updated
Any value can be input in the user defined search field, including text, numbers, and special characters.
Last updated
Text filter dimensions are not case-sensitive.
To filter on a large set of values, paste a list of values into the filter field. The maximum number of values that you can paste may be limited by your browser or other elements in your network, and may be as small as 2,000.
To filter on a large set of values, paste a list of values into the filter field. The maximum number of values that you can paste may be limited by your browser or other elements in your network, and may be as small as 2,000.
For text dimensions, a list of existing data values for the field is displayed. As you type, the filter narrows the list to values that include that text.
When you type a filter value for a text dimension, leading or trailing spaces are preserved.
For example, creating a filter that contains the text " hacker" would not match values that did not contain the leading space, such as "hacker and terrorist".
The filter would match any values that contained the space before the word pants, such as "cex hacker".
If you copy and paste a number into a text filter, leading and trailing spaces are trimmed in the process.
These filter field operators can accept any input, including text, numbers, symbols, and special characters.
"Any Value" Operator | Definition |
---|---|
is
Only results containing that specific value will be displayed. "is" is more specific than "contains".
E.g. Filtering on a "Label" that "is" "terrorists" will exclude results that contain "terrorists" and another label such as "hamas" and will also exclude singular versions of the "Label" such as "terrorist".
The "is" operator is especially useful for filtering on specific blockchain addresses where the exact address you want included is known.
contains
The user specified input is part of the result.
E.g. Using a filter on "Labels" that "contains" "terrorist" will display all results that have the text "terrorist", and also results that have the text "terrorists" (the plural and singular are treated as equal).
E.g. Using a "contains" filter on a blockchain address, for example where you only have the middle few characters of a blockchain address, will display all of the blockchain addresses that have these few characters in any part of the address.
starts with
The result begins with the user input.
The operator "starts with" is especially useful for filtering blockchain addresses where you only have the first few characters (e.g. "0xb14")
ends with
The result ends with the user input.
The operator "ends with" is especially useful for searching blockchain addresses where you only have the last few characters (e.g. "f967F7").
is blank
The result is literally blank. No user input is required in the filter field.
E.g. A "Label" that "is blank" has an empty string as its "Label".
is null
The result is null. Not to be confused with "is blank" where the string is empty, in this case, there is actually no information.
E.g. A "Label" that "is null" has no tags associated with it.
is not
The opposite of "is". Only results that are not the user specified value will be displayed. "is not" is more specific than "doesn't contain".
E.g. Filtering on a "Label" that "is not" "terrorists" will exclude results that contain "terrorists" but will include singular versions of the "Label" such as "terrorist".
The "is not" operator is especially useful for filtering out specific blockchain addresses where the exact address you want excluded is known.
doesn't contain
The opposite of "contains". The user specified input is not contained in any part of the result.
E.g. Using a filter on "Labels" that "doesn't contain" "terrorist" will display all results that do not have the text "terrorist" in any part of the "Label" including "terrorists" (the plural and singular are treated as equal).
E.g. Using a filter "doesn't contain" on a blockchain address, for example where you only have the middle few characters of a blockchain address, will exclude all the blockchain addresses that have these few characters in any part of the address.
doesn't start with
The opposite of "starts with". The result does not start with the user input.
The operator "doesn't starts with" is especially useful for excluding blockchain addresses where you only have the first few characters (e.g. "0xb14")
doesn't end with
The opposite of "ends with". The result does not end with the user input.
The operator "doesn't end with" is especially useful for excluding blockchain addresses where you only have the last few characters (e.g. "f967F7")
is not blank
The opposite of "is blank". No user input is required in the filter field. All empty strings will be excluded from the displayed results.
E.g. A "Label" that "is not blank" will not have an empty string as its "Label".
is not null
The opposite of "is null". No user input is required in the filter field. Not to be confused with "is not blank" where the string is empty, in this case, there is actually information.
E.g. A "Label" that "is not null" will exclude results with no tags associated with it.
matches a user attribute
Filters to automatically customize a Look or Dashboard for that specific User and is an optional customization.
Contact your ChainArgos administrator for more information on customizing this function.
matches (advanced)
Closer to natural language inputs.
Specific rules apply for including special characters in the filter:
to include "
, %
, or _
, prefix the filter with the character, ^
. For example: ^"
, ^%
, and ^_
to include a leading -
, prefix the filter with the character, ^
. For example: ^-
. This is only necessary if the -
is the leading character (at the front of the filter field), you do not need to include the character, ^
, if the -
is inside the filter field
to include ^
, prefix the filter field as ^^
to include a comma in a regular filter field, prefix the comma with a backslash character, \
. For example, hamas\, terrorists
to include a comma with the matches (advanced) option in a filter, prefix the comma with the escape character, ^
. For example, hamas^, terrorists