Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

This table lists all existing MDX Operators functions and details their support level in Atoti. The following notations are used:
SymbolMeaning
tickfully supported
pluspartially supported
minusnot supported
crosswill not be supported

And and Or Operators

The AND and OR operators follow the MSDN specification (AND, OR), with one difference: the arguments are lazily evaluated. For example when doing arg1 AND arg2, if arg1 evaluates to false, arg2 won’t be evaluated. Similarly, for the expression arg1 OR arg2, if arg1 evaluates to true, arg2 won’t be evaluated.