DataExport Period Pivoting
Summary
I am working in Oracle EPM Cloud (Planning) and I am trying to generate a CSV export using the DATAEXPORT command inside a business rule.
The export works correctly, but I need to change the layout.
Current behavior (standard DATAEXPORT output)
DATAEXPORT always produces Period members (Jan, Feb, Mar, …) as columns, for example:
Jan;Feb;Mar;Apr;May;...;
DecFY25;CONSUNTIVO;Prudential;FORE2_25;2015.00.000;357414165.81;361940722.17;369891619.71;...
I have already tested multiple combinations of the following options:
DataExportColFormat ON/OFF
DataExportDimHeader ON/OFF
DataExportColHeader ON/OFF
and different FIX orders (moving Period earlier or later in the FIX), but the behavior does not change:
Tagged:
0