@PREVSIBLING

English (Español a continuación)

This function gets the immediate left sibling (the one right above in the outline) of a given member.

Its structure is:

  • @PREVSIBLING («Member»);

Let’s see an example:

Applying the function:

  • @PREVSIBLING(“June”);

The result is:

  • May

If this function is applied to the first member of the dimension, in the previous example “January”, which has no siblings to its left, the result is null.

If we want to use the result of this function as a parameter of another function, we have to include it within the function: @MEMBER ();

  • @RELATIVE(@MEMBER(@PREVSIBLING(“June”)),0);

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

Español

Esta función obtiene el hermano inmediato de la izquierda (el que está junto encima en el outline) de un miembro determinado.

Su estructura es:

@PREVSIBLING(“Miembro”);

Veamos un ejemplo:

Aplicando la función:

Obtenemos como resultado:

  • Mayo

Si el resultado de esta función lo queremos utilizar como parámetro de otra función, tenemos que incluirla dentro de la función: @MEMBER();

Si esta función se aplica al primer miembro de la dimensión, en el ejemplo anterior “Enero”, que no tiene ningún hermano a su izquierda, el resultado es nulo.

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

Anuncio publicitario