@NEXTSIBLING

English (Español a continuación)

This function gets the sibling just to the right (immediately below in the outline) of a given member.

Its structure is:

  • @NEXTSIBLING («Member»);

Let’s see an example: from the following outline:

The function:

  • @NEXTSIBLING(“Carlos”);

It gives the following result:

  • Vicente

If the member selected by this function is to be used as a parameter within another function, this function must be included within the function @MEMBER:

  • @MEMBER(@NEXTSIBLING(“Carlos”));

For example:

  • @RELATIVE(@MEMBER(@NEXTSIBLING(“Zona Norte”)));

Results:

  • Patricia
  • Miguel
  • Laura
  • Carmen

Any question, please send an email to: essbaseeasy@gmail.com

Español

Esta función obtiene el hermano que está justo a la derecha (inmediatamente debajo en el outline) de un miembro determinado; en el resultado no se incluye el miembro determinado.

Su estructura es:

@NEXTSIBLING(“Miembro”);

Veamos un ejemplo: Partiendo del siguiente outline:

La función:

Da el siguiente resultado:

  • Vicente

Si el miembro seleccionado por esta función se quiere utilizar como parámetro dentro de otra función hay que incluir esta función dentro de la función @MEMBER:

Por ejemplo:

@RELATIVE(@MEMBER(@NEXTSIBLING(“Zona Norte”)));

Da como resultado:

  • Patricia
  • Miguel
  • Laura
  • Carmen

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

Anuncio publicitario