Hyperion Planning (MOSC)

MOSC Banner

Data Copy in ASO

edited Feb 28, 2019 4:49PM in Hyperion Planning (MOSC) 4 commentsAnswered ✓

Hi Team,

I am trying to design a ASO calc script for Current Year , Plan Scenario and Version copy from Working to Final

execute calculation on database A.B with local script_file "./X/Working2Final.csc"

POV "Crossjoin(Descendants([Account],[Account].Levels(0)),

Crossjoin({[Jan]:[Dec]},

Crossjoin({[TS_Child]},

Crossjoin({[FY19]},

Crossjoin({[Plan]},

Crossjoin(Descendants([SERVICE],[SERVICE].Levels(0)),

Crossjoin(Descendants([MEASURE],[MEASURE].Levels(0)),

Crossjoin(Descendants([LOB],[LOB].Levels(0)),

Crossjoin(Descendants([ENTITY],[ENTITY].Levels(0)),

Descendants([Cost Centre],[Cost Centre].Levels(0))

)))))))))"

SourceRegion "{[Final],[Working]}";

Working2Final.csc has the content as

[Final] := [Working];

The script is executing without any error but has warnings :

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