Is it possible to copy one scenario to another, including performing math on source data?
Summary:
Copying Scenario A to Scenario B, with Scenario B's data being scaled/rounded to thousands.
Content (required):
I have a DLR to load data to Scenario A. I would like the same data in Scenario B, but scaled/rounded to thousands. My questions:
- Is this even possible, either through a calc script or Groovy?
- If so, how? I watched the Customer Connect video on copying data between scenarios, but it seemed to only automate the seeded Copy Data job through invoking a BR from a form. I would like it to run as part of my DLR, with the DLR parameters being passed to the BR.
0