Forum Discussion

SKMundra's avatar
SKMundra
New Contributor III
3 years ago

GetDataCell in Dynamic calc in U8 - unable to pull values from diff time periods

Hello Everyone,  Looking for a quick help Please. Here I am trying to write a Dynamic Calculation code which will follow the exact logic of PVA translation however will use rates from previous ye...
  • ChristianW's avatar
    ChristianW
    3 years ago

    You can use databuffers to help you with debugging:

    Dim logSource As DataBuffer = api.Data.GetDataBufferUsingFormula("Your Formula's right side")
    logSource.LogDataBuffer(api, "The source", 100000)

    You will get all valid intersections of the databuffer as a list in the error log.