Sergey
2 years agoContributor III
Data Buffer for reading another Scenario
Hello !
I would like to use a data buffer that would read data from another Scenario than the one set in my data management job, is it possible ?
Right now, I have a simple formula that should retrieve data from scenario S#Simul while I'm running the business rule from a data management which is set on S#Actual, but it returns nothing :
Dim dbr_keys As DataBuffer = api.Data.GetDataBufferusingformula("RemoveZeros(FilterMembers(S#Simul:V#Periodic:AEAccount1:F#None:I#None:O#Forms:U2#None:U3#US:U4#None:U5#None:U7#HO:U8#None:F#None, U6#C4.Base))",,False)
dbr_keys.LogDataBuffer(api, "dbr_keys",100)
Is there a specific data buffer script to use in order to run on another data unit ?
Regards,