Forum Discussion

Beeswing77's avatar
Beeswing77
New Contributor III
2 years ago

Forecast Seeding not working for AdjInput

Hi, I'm trying to copy data from Actuals into Forecast,  but it seems to only work for Input and Forms Origin members, and not for Adj. Here is my formula, which I put on the Forecast Scenario: ...
  • OS_Pizza's avatar
    OS_Pizza
    2 years ago

    You can write to AdjInput using api.data.calculate. Below is the simple formula which i ran using custom calculate DM job.

     

    api.Data.Calculate("O#AdjInput:'all other filter'=O#Forms:'all other filter'")

     

    You can see the blue coloured cell which indicates calculated cell for AdjInput  member.

     

  • Mike_Sabourin's avatar
    2 years ago

    You shouldn't have to specify AdjInput separately. Typically, for the items not specifically spelled out in the calculations, it will do the calc at all levels, meaning it should copy from Import, Forms, AdjInput, etc on its own.