@ISIBLINGS

English (Español a continuación)

This function gets the sibling members of a given member, including in the result the given member.

  • This distinguishes it from the @ISIBLINGS function which does NOT include the given member in the result.

Its structure is:

  • @ISIBLINGS («Member»);

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

The function:

  • @ISIBLINGS(“Antonio”);

The result is:

  • Pablo
  • Antonio
  • Juan
  • Manuel

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

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

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

Español

Esta función obtiene los miembros hermanos de un miembro determinado, incluyendo en el resultado al miembro especificado.

  • Esto lo distingue de la función @ISIBLINGS que NO incluye en el resultado al miembro especificado.

Su estructura es:

@ISIBLINGS(“Miembro”);

Veamos un ejemplo: Partiendo del siguiente outline:

La función:

Daría el siguiente resultado:

  • Pablo
  • Antonio
  • 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