daniel
6 months agoNew Contributor
Copy consolidated data from one cube to another
Hi,
I'm trying to copy consolidated data from one Cube to another one. All the process works perfectly except for the consolidated data. C#Elimination is not being imported.
The part of the connector rule where I think there is a problem is here, but I don't know how to solve it:
Dim dtDataRecord As DataTable = BRApi.Import.Data.FdxExecuteDataUnit(si, myCube, "E#E004",
"C#Local:P#PL00", ScenarioTypeId.Actual, "S#ACT", "T#"& wfTime, "YTD", True, filterF, _
4, False)
Thanks,