Forum Discussion
jaideepk26
4 months agoNew Contributor
GetDataBufferUsingFormula
Can someone check if there's any mistake in the below 2 lines. I am unable to execute the BR Dim sourceBuff As DataBuffer Dim srcED As String = args.CustomCalculateArgs.NameValuePairs("source...
Gert_vanderBijl
OneStream Employee
3 months agoHi, could it be that you forgot to define the type, meaning:
Dim dmTime As String = api.Pov.Tme.Name
Dim account As String = args.CustomCalculateArgs.NameValuePairs("account")