Data Copy in ASO
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 :