MicroStrategy ONE

ApplyLogic

You can use the ApplyLogic function to define custom filters. The ApplyLogic function is used with logical operators such as And, Or, and so on. This is a logical function.

Syntax

ApplyLogic()

Accepts logic (Boolean) values as input.

Example

ApplyLogic ("#0 and #1", Year@ID>2023, Month@ID>202301)