@CHILDREN

English (Español a continuación)

This function allows to select the children (next level) of a specific member.

Its structure is:

  • @CHILDREN («Member»);

Let’s see an example:

Applying the function:

  • @CHILDREN(“Vendors”);

We get the result:

  • North Area
  • South Area
  • East Area
  • West Area

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

  • @AVGRANGE(SKIPNONE,”Vendors”,@CHILDREN(“North Area”));

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

Español

Esta función permite seleccionar los hijos (siguiente nivel) de un miembro determinado.

Su estructura es:

@CHILDREN(“Miembro”);

Veamos un ejemplo:

Aplicando la función:

Obtenemos el resultado:

  • Zona Norte
  • Zona Sur
  • Zona Este
  • Zona Oeste

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