Sending Data to TM1
Posted: Sun Jan 29, 2017 4:59 am
Hi,
I am trying to write a formula that will send my forecast units into the forecast cube (TM1 version 10.2.2).
Currently there is a document that has been set up with the following formula:
=DBRW("TM1ops:FC2","Plan","FY17","All FF Replenishment Regions","Feb","23486645","forecast Demand Units") [where 23486645 is the product code]
To amend the forecast units to 150, I currently have to type "d150" in the cell and this calculates the whole sheet, which is quite large (because I am forecasting several hundred items by month), so I'm constantly waiting for the sheet to recalculate.
In previous organisations, I have been able to use a formula that references another column (where my forecast data is) and send that to the database. I have used this in conjuction with an "if" statement that when I have a "Y" in a certain cell, the data is sent to the database. As a first step though, I need to get the TM1 formula to send the data to the database.
I have tried the following formula, but it isn't working for me - this is what I have tried:
=DBS(A6,"TM1ops:FC2","Plan","FY17","All FF Replenishment Regions","Feb","23486645","forecast Demand Units") [where A6 references the cell where I have calculated the forecast value]. I have also tried DBSS and DBRW with the same formula.
Is there anyone that can help me with this?
Thanks,
Lisa
I am trying to write a formula that will send my forecast units into the forecast cube (TM1 version 10.2.2).
Currently there is a document that has been set up with the following formula:
=DBRW("TM1ops:FC2","Plan","FY17","All FF Replenishment Regions","Feb","23486645","forecast Demand Units") [where 23486645 is the product code]
To amend the forecast units to 150, I currently have to type "d150" in the cell and this calculates the whole sheet, which is quite large (because I am forecasting several hundred items by month), so I'm constantly waiting for the sheet to recalculate.
In previous organisations, I have been able to use a formula that references another column (where my forecast data is) and send that to the database. I have used this in conjuction with an "if" statement that when I have a "Y" in a certain cell, the data is sent to the database. As a first step though, I need to get the TM1 formula to send the data to the database.
I have tried the following formula, but it isn't working for me - this is what I have tried:
=DBS(A6,"TM1ops:FC2","Plan","FY17","All FF Replenishment Regions","Feb","23486645","forecast Demand Units") [where A6 references the cell where I have calculated the forecast value]. I have also tried DBSS and DBRW with the same formula.
Is there anyone that can help me with this?
Thanks,
Lisa