写回到 OLAP

要将备注写回 OLAP:

  1. 在文本编辑器中,指定要写回在 Web 扩展中输入的文本的 XML。文本将写入 OLAP 的 NoteReporting 属性。使用该语法:
    =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. 编辑单元格 A11 中的操作。单击添加参数并选择无目标。在编辑值对话框中,将准备好的 XML 粘贴为新参数的值。
  3. 用以下函数替换单元格 A11 的内容:
    =GETPROPERTY(CELLPROPERTYGET("noteReporting","data_connection","cube", dim1, dim2...), "FormattedNote","content")
  4. 单击确定
  5. 在 Web 浏览器中查看报告。