Write back to OLAP
To write back notes to OLAP:
- 
				In a text editor, specify the XML to write back text that is
					entered in the web extension.  Text is written to the NoteReporting property of
					OLAP. Use this syntax:
				
=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,...) - Edit the action in cell A11. Click Add parameter and select No target. In the Edit Value dialog, paste the prepared XML as the value of the new parameter.
 -  
		  Replace the content of cell A11 with this function: 
		  
=GETPROPERTY(CELLPROPERTYGET("noteReporting","data_connection","cube", dim1, dim2...), "FormattedNote","content") - Click OK.
 - View the report in a web browser.