OLAPElementXMLA
In some cases,
Infor BI
products use the XMLA-specific notation for OLAP elements. Other than the
native element names, which only consist of the element names, the XMLA
notation also includes the hierarchy for OLAP elements. To ensure that both can
be identified in processes, BI# offers the
OLAPElementXMLA
data type. Processes can explicitly be
defined to expect either native or XMLA names, for example, by using these data
types as parameters.
OLAPElementXMLA
object actually adheres
to the XMLA specification.
At the moment you can use
OLAPElementXMLA
objects like regular strings. You must
prefix them with an
X
:
OLAPElementXMLA element = X”Hello”;