English (Español a continuación)
This function allows you to obtain those members whose names match the one specified in the function. This function can be used both with Outlines that do not allow duplicate members and with those that do.
This function consists of 2 parts:
- @EQUAL (Part A, Part B)
Part A: It is the pattern that the members of the Outline have to match.
Part B: Indicates the member of the Outline from which and downstream (that is, including it and its descendants), this function will search for members whose names meet the pattern. If you want the search to be done in the entire Outline, you have to leave this parameter with a double quote “”.
For example: starting from the following Outline:

If we want it to search for those members whose names match «GERMANY» within the «Markets» dimension, we use:
@EQUAL («GERMANY», «Markets»)
Giving as results:
- [COUNTRIES]. [GERMANY]
- [EUROPEAN ZONES]. [GERMANY]
If instead we want it to search for those members whose names match «GERMANY» in «COUNTRIES» and their descendants, we use:
@EQUAL («GERMANY», «COUNTRIES»)
Resulting:
- [COUNTRIES]. [GERMANY]
The @EQUAL function can be used as a parameter within another function. For example:

Any question, please send an email to: essbaseeasy@gmail.com
Español
Esta función permite obtener aquellos miembros cuyos nombres coincidan con el especificado en la función. Esta función se puede utilizar tanto con Outlines que no permitan miembros duplicados como con aquellos que si lo permitan.
Esta función consta de 2 partes:
@EQUAL(Parte A, Parte B)
Parte A: Es el patrón con el que tiene que coincidir los miembros del Outline.
Parte B: Indica el miembro del Outline a partir del cual y hacia abajo (es decir, incluyendo a él y a sus descendientes) esta función va a buscar a los miembros cuyos nombres cumplan el patrón. Si se quiere que la búsqueda se haga en todo el Outline hay que dejar este parámetro con doble comilla “”.
Por ejemplo: partiendo del siguiente Outline:

Si queremos que busque aquellos miembros cuyos nombres coincidan con “ALEMANIA” dentro de la dimensión “Mercados” utilizamos:
@EQUAL(“ALEMANIA”,”Mercados”)
Dando como resultados:
[PAÍSES].[ALEMANIA]
[ZONAS EUROPEAS].[ALEMANIA]
Si en cambio queremos que busque aquellos miembros cuyos nombres coincidan con “ALEMANIA” en “PAÍSES” y sus descendentes utilizamos:
@EQUAL(“ALEMANIA”,”PAÍSES”)
Dando como resultado:
[PAÍSES].[ALEMANIA]
La función @EQUAL se puede utilizar como parámetro dentro de otra función. Por ejemplo:

Cualquier consulta envía, por favor, un correo a: essbaseeasy@gmail.com