Hello, I need to change the value of a field within different measures in multiple tables and graphs.
In other words, I need to change the FIX_SETMANA to SET_SETMANA in the following formulation.
Example: Previous ......... Max ({<[FIX_SETMANA] = {$ (= Max (FIX_SETMANA -3))}>} FIX_OP_PER)
Modified .... Max ({<[SET_SETMANA] = {$ (= Max (SET_SETMANA -3))}>} FIX_OP_PER)
So far done manually, the problem is that I have more than 100 objects to make the change. Is there any way to do it en bloc?
Thanks.
Hola,
Necesito cambiar el valor de un campo dentro de diferentes medidas en múltiples tablas y gràficos.
Es decir necesito cambiar en la siguiente formulación el FIX_SETMANA por SET_SETMANA.
Ejemplo: Anterior .........Max({<[FIX_SETMANA] = {$(=Max(FIX_SETMANA -3)) } >}FIX_OP_PER)
Modificado ....Max({<[SET_SETMANA] = {$(=Max(SET_SETMANA -3)) } >}FIX_OP_PER)
Hasta ahora lo hecho manualmente, el problema es que tengo más de 100 objetos a realizar el cambio. Hay alguna forma de hacerlo en bloque?
Gracias.