Skip to main content

Description

The ANYOF function removes all Dimensions from the Boolean Blocks added in the argument. It returns True if at least one cell in the Block is True.

It does not require the source Metric Block and the target Metric to have the same Dimensions in order to work correctly as it results in a Metric with no Dimensions.

 

Syntax

ANYOF(booleanBlock)

  • booleanBlock can be of any Dimension(s). The data type should be ‘Boolean’.

 

Returns

Type Output Structure (Dimensions)
Metric

No Dimensions, just True if the Boolean Block contains at least one true value.

 

 

Examples

Case

Results

Return Type

ANYOF('Active Employees') where Active Employees is a Metric with a Dimension Employees containing at least one active employee

A Metric with no Dimension and a result of True

Metric

 

Excel equivalent

Not applicable.

 

See also:

By modifier

Be the first to reply!

Reply