Hi,
I’m looking for the most efficient way to copy cells within a cube in APE in Version 11
For example to copy the values from version Actual to version Budget, a typical splashing issue.
When doing this using the COPY Command in OfficePlus this is a matter of milliseconds.
I wonder how I can execute splashing commands in APE?
Right now the only solution I have, is to create a data area, read all cell values using a foreach-loop and then write the retrieved values one by one to the target area, which works, but is slow (about 20 seconds for 100.000 values - already optimized using a write buffer).
Please find attached the sample code snippet I’m using.
[View:/cfs-file/__key/communityserver-discussions-components-files/545/6278.CopyValues-in-APE.txt:320:240]
Thanks in advance for any tips to improve my solution.
In V12 I’ve found the OLAPCopyDataArea but migration is not possible short-term.
Best regards,
Ralf