Forum Discussion

CarlosAlvear's avatar
CarlosAlvear
Contributor
11 days ago
Solved

Change View POV inside Custom Calculate BR

Dear all,   We have 2 custom calculate functions (Finance BR) that are executed one after the other. The 1st one uses V#Period as POV and the 2nd uses V#YTD as View POV. These POV are set on the da...
  • markolainio's avatar
    markolainio
    7 days ago

    You can define the view by using ExpressionDestinationInfo like this:

    Dim destination As ExpressionDestinationInfo = api.Data.GetExpressionDestinationInfo("V#YTD")

    api.Data.SetDataBuffer(result_buffer, destination)