Get started with Atlassian Analytics
Learn how to add Atlassian Analytics to a site and understand what you need to query data and create charts.
When you add a query filter or a filter condition to a “Filter rows” step, you’re presented with different operator options depending on the column’s data type.
Operator | Description |
---|---|
= | equals |
!= | does not equal |
is one of | equals one of the values in the specified list |
is not one of | does not equal one of the values in the specified list |
is null | does not contain a value |
is not null | contains a value |
like |
|
is not like |
|
matches regex | matches the specified regular expression |
like (case insensitive) |
|
not like (case insensitive) |
|
Operator | Description |
---|---|
= | equals |
!= | does not equal |
is one of | equals one of the values in the specified list |
is not one of | does not equal one of the values in the specified list |
is null | does not contain a value |
is not null | contains a value |
> | greater than |
>= | greater than or equal to |
< | less than |
<= | less than or equal to |
between and including | between the specified range, including the end value |
Operator | Description |
---|---|
between and including | between the specified date range, including the end date |
is | the exact specified date |
earlier than | before and not including the specified date |
later than | after and not including midnight on the specified date |
between N and M interval before now | N is the start; M is the end; does not include M
|
current interval | Interval options: day, week, month, quarter, year Note that “week” is the current ISO week. |
last N interval | last specified number of chosen interval; inclusive |
is null | does not contain a value |
is not null | contains a value |
Operator | Description |
---|---|
is true | A boolean can have either a true or false value, where true is 1 and false is 0. |
is false | |
is not true | |
is not false | |
= | equals |
!= | does not equal |
is one of | equals one of the values in the specified list |
is not one of | does not equal one of the values in the specified list |
is null | does not contain a value |
is not null | contains a value |
The operators below are only available when using the “Filter rows” step | |
> | greater than |
>= | greater than or equal to |
< | less than |
<= | less than or equal to |
Operator | Description |
---|---|
contains | one of the values in the array is the specified value |
does not contain | the array does not contain the specified value |
contains one of | contains one or more of the values in the specified list |
does not contain one of | does not contain one or more of the values in the specified list |
is empty | does not contain any values |
is not empty | contains values |
is null | does not contain a value |
is not null | contains a value |
Was this helpful?