@SIBLINGS

English (Español a continuación)

This function gets the sibling members of a given member; the given member is not included in the result.

Its structure is:

  • @SIBLINGS («Member»);

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

The function:

  • @SIBLINGS(“Antonio”);

 It gives the following result:

  • Pablo
  • Juan
  • Manuel

This function can be used within another function that requires a list of members:

  • @AVGRANGE(SKIPNONE,”Sales”,@SIBLINGS(“Antonio”));

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

Español

Esta función obtiene los miembros hermanos de un miembro determinado; en el resultado no se incluye el miembro determinado.

Su estructura es:

@SIBLINGS(“Miembro”);

Veamos un ejemplo: Partiendo del siguiente outline:

La función:

Daría el siguiente resultado:

  • Pablo
  • Juan
  • Manuel

Esta función se puede utilizar dentro de otra función que requiera una lista de miembros:

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

Anuncio publicitario