Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Datacopy problem Business rules

738966Jul 5 2010 — edited Jul 5 2010
Hi Experts,

I am having some problems in trying to get the following business rule to work.

FIX("CUSTOMER_NA","INDUSTRY_NA","VENDOR_NA",[Version],[Year],@Relative("Area",0),@Relative("VALUE TOTAL",0))
FIX(@Relative("Account2",0),@Relative("Account1",0))

datacopy [Periods]->"ACT"->"Department_total" to [Periods]->"FCST"->"Department_NA";

ENDFIX
ENDFIX

It is not copying any data at all.

However if I rewrite the equation to the following, I am able to copy the data.

datacopy [Periods]->"ACT" to [Periods]->"FCST";

Obviously I am required to copy the data from department total to department_na... could it be related to some of the dynamic calc or 2 pass calc settings?

Many Thanks and Regards

Andrew
This post has been answered by Rahul S on Jul 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2010
Added on Jul 5 2010
9 comments
1,665 views