Hyperion Essbase (MOSC)

MOSC Banner

Exporting Hyperion essbase Data

edited Dec 15, 2017 4:00AM in Hyperion Essbase (MOSC) 5 commentsAnswered

Hi Gurus,

There is a Scenario to export Hyperion  data in row format to import in to an oracle database table where columns are static, but in hyperion export we will have different collums as jan got 31 days and feb got 28 days and so on

Dimension:

Nominals(Dense)

Year Sparse

Period ( with day level info) Dense

Company Sparse

Scenario Sparse

Costcodes Sparse

When export using

SET DATAEXPORTOPTIONS

{

DataExportLevel INPUT;

DataExportRelationalFile Off;

Dataexportcolformat off;

DATAEXPORTNONEXISTINGBLOCKS ON;

};

FIX (@RELATIVE("Nominals",0))

Fix("Y2018")

FIX(@ICHILDREN("jan"))

FIX(@RELATIVE("BA",0))

FIX(@RELATIVE("Company",0))

FIX(@RELATIVE("CostCodes",0))

     DATAEXPORT "File" " " "JanDABUD20185xt";

ENDFIX;

ENDFIX;

ENDFIX;

ENDFIX;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center