Forum Discussion
SxD
2 years agoNew Contributor III
Any luck with this? Running into a situation where I would like to do this as well, especially since I have extensibility enabled across different scenario types.
- Sergey2 years agoContributor III
I worked a little bit more on the data buffer and indeed it can retrieve values from anywhere in the application, but it will write only on the current data unit.
Something like this will work for any data (ie even if the current data unit is for budget scenario, Entity B ...) :
Dim dbr_driver As DataBuffer = api.Data.GetDataBufferUsingFormula("removezeros(E#A:S#Actual:A#MyAccount)", DataApiScriptMethodType.Calculate, False, destinationinfo)
Related Content
- 11 months ago
- 11 months ago