English (Español a continuación)
It adds the dimensions that are indicated and executes the formulas of the formulated members of those dimensions.
Let’s suppose an outline with 6 dimensions:
- Centers (Madrid, Barcelona, Valencia …)
- Products (shirts, trousers, coats …)
- Sizes (S, M, L…)
- Colors (red, green, blue …)
- Period (January, February …)
- Variables (sales, margin, cost …)
If we want to add all the variables of the dimensions «Centers» and «Products» we use the expression:
- CALD DIM(“Centers”,”Products”);
If we want to add only some variables (for example, “Sales”) of the “Centers” and “Products” dimensions, we will include the previous expression within a FIX:
- FIX(“Sales”)
- CALD DIM(“Centers”,”Products”);
- ENDFIX
Any question, please send an email to: essbaseeasy@gmail.com
Español
Agrega las dimensiones que se le indiquen y ejecuta las fórmulas de los miembros formulados de esas dimensiones.
Supongamos un outline con 6 dimensiones:
- Centros (Madrid, Barcelona, Valencia…)
- Productos (camisas, pantalones, abrigos…)
- Tallas (S,M,L…)
- Colores (rojo, verde, azul…)
- Periodo (enero, febrero…)
- Variables (ventas, margen, coste…)
Si queremos agregar todas las variables de las dimensiones “Centros” y “Productos” utilizamos la expresión:

Si queremos agregar tan sólo algunas variables (por ejemplo, “Ventas”) de las dimensiones “Centros” y “Productos” incluiremos la anterior expresión dentro de un FIX:

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