Reescritura en OLAP

Para reescribir notas en OLAP:

  1. 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,...)
  2. 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.
  3. Reemplace el contenido de la celda A11 por esta función:
    =GETPROPERTY(CELLPROPERTYGET("noteReporting","data_connection","cube", dim1, dim2...), "FormattedNote","content")
  4. Haga clic en Aceptar.
  5. Visualice el informe en un explorador web.