Hi,
How do i export Notes from cube for example One Version to Another using App Engine Process.
When using OLAPDataArea it does not return Notes. Is there any other function i can use to read Notes in App Engine Process.
Thanks,
Shivanand
As far as I am aware, it is necessary to do this with single read, since there is no functionality that provides all cell notes in a data area. So you have to know where
Thanks
You can use the XML API with the Application Engine function OLAPXMLRequest to read cell notes from a data area.
string OLAPXMLRequest(OLAPConnection connection, string request)
Read:Infor Documentation Library
Important parameters are:
Value="false" Note="true"
With that, the response gives you only the cell notes
Write:Infor Documentation Library