Reescritura en OLAP
Para reescribir notas en OLAP:
-
En un editor de texto, especifique el XML para reescribir el texto que se introduce en la extensión web. El texto se escribe en la propiedad NoteReporting de OLAP. Utilice esta sintaxis:
=CELLPROPERTYWRITE( SETPROPERTY( SETPROPERTY( CELLPROPERTYGET("noteReporting","data_connection","cube", dim1, dim2,..), "FormattedNote","content",GETPROPERTY(actions.input.text,"FormattedNote","content") ), "PlainNote","content",GETPROPERTY(actions.input.text,"PlainNote","content") ), "NoteReporting","data_connection", "cube", dim1, dim2,...)
- Edite la acción en la celda A11. Haga clic en Añadir parámetro y seleccione Ningún destino. En el cuadro de diálogo Editar valor, pegue el XML preparado como el valor del nuevo parámetro.
-
Reemplace el contenido de la celda A11 por esta función:
=GETPROPERTY(CELLPROPERTYGET("noteReporting","data_connection","cube", dim1, dim2...), "FormattedNote","content")
- Haga clic en Aceptar.
- Visualice el informe en un explorador web.