Forum Discussion

MarkBird's avatar
MarkBird
Contributor III
2 years ago
Solved

Is it possible to pass a parameter to a UD8 dynamic calc member?

Hi all I currently have a UD8 member to do a simple variance to actuals formula, but I was wondering if it is possible pass parameters to the UD8 member formula that this could be more dynamic?   ...
  • julieta's avatar
    julieta
    4 months ago

    Hi Mark, not sure if it helps now, but i manage to pass a parameter using this:

     Dim scen As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si,False,Nothing,"Default.mbl_Scenario")

    Cheers