Hi, we are developing an ExportDataSlice REST API for a customer to export its data from Oracle Planning Cloud (PBCS) to a 3rd party Datawarehouse (Minitab Connect), which has a restriction of receiving only 500 KB non-compressed data (doesn't accept ZIP).
Because of this restriction, we need to export subsets of data, so later that can be merged again at the Datawarehouse.
Does anybody knows if the Exportdataslice REST API has an option of “removal” of members of one dimension that we don't want to export ?
For example, we would liket to export all Cost Centers, but removing one.
We know we can create an alternative hierarchy, which has already removed that Cost Center, but would be great if this ExportDataSlice API has that removal option (the documentation doesn't state anything about it).
Thanks for any suggestion, comment.