@MERGE

English (Español a continuación)

This function allows joining the members of two lists. Its structure is:

  • @MERGE (List1, List2)

If any member is repeated in both lists, it only enters once in the merged list.

Only two lists can be joined at the same time, but if we need to join two more lists, this function can be used concatenatedly;

@MERGE (@MERGE (@MERGE (List1, List2), List3), List4)

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

We apply the following calculation:

We are uniting the zero-level descendants of «Andalusia» and «Catalonia» and equalizing their expenses to 100.

In the following calculation:

We are uniting the zero-level descendants of “Andalusia”, “Catalonia” and “Levante” and equalizing their expenses to 100.

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

Español

Esta función permite unir los miembros de dos listas. Su estructura es:

@MERGE(Lista1,Lista2)

Si algún miembro está repetido en ambas listas tan sólo entra una vez en la lista fusionada.

Tan sólo se pueden unir dos listas a la vez pero si tenemos necesidad de unir más dos listas se puede utilizar esta función de forma concatenada;

@MERGE(@MERGE(@MERGE(Lista1,Lista2),Lista3),Lista4)

Veamos un ejemplo: partiendo del siguiente outline:

Aplicamos el siguiente cálculo:

Estamos uniendo los descendientes niveles cero de “Andalucía” y “Cataluña” e igualamos sus gastos a 100.

En el siguiente cálculo:

Estamos uniendo los descendientes niveles cero de “Andalucía”, “Cataluña” y “Levante” e igualamos sus gastos a 100.

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

Anuncio publicitario