English (Español a continuación)
This function returns the parent of a given member.
Its structure is:
- @MBRPARENT (Member);
Let’s see an example: Starting from the following outline:

This function returns the following results:
- @MBRPARENT (GERONA): CATALONIA
- @MBRPARENT (ANDALUCIA): SPAIN
- @MBRPARENT (SPAIN): COUNTRIES
This function can be used as a parameter to another function that requires a list of members:
For example:

Español
Esta función devuelve el padre de un miembro determinado.
Su estructura es:
@MBRPARENT(Miembro);
Veamos un ejemplo: Partiendo del siguiente outline:

Esta función devuelve los siguientes resultados:
- @MBRPARENT(GERONA): CATALUÑA
- @MBRPARENT(ANDALUCIA): ESPAÑA
- @MBRPARENT(ESPAÑA): PAíSES
Esta función se puede utilizar como parámetro de otra función que requiera una lista de miembros:
Por ejemplo:
