> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/logical/any.md).

# ANY

ANY(`series`)

Returns a boolean indicating whether any element in the given series is true.

### Arguments

| Argument | Description                |
| -------- | -------------------------- |
| `series` | Series of which to assess. |

### Output

Outputs true if any value in series is true, returns false otherwise.

### Example

{% embed url="<https://datawrapper.dwcdn.net/MIKiH/1/>" %}
