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