Consolidation

OS_Love
New Contributor III

I have created a literal value parameter  for entity that I want to refer in my finance rules for calculation.

 

Can someone share me a code where I can look up values from a parameter I set instead of running a  E#Root.base or something.

Running a E#Root.base where txt1='value' is not an option .

 

Thanks

1 ACCEPTED SOLUTION

T_Kress
Contributor III

If you go into a Finance BR and type this in the filter box:

T_Kress_0-1721267392940.png

You will find sample code to do that which is this:

Dim sValue As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndParamName)

That should do it.

 

 

Teresa C. Kress
Principal Delivery Manager Partner Enablement | OneStream Software

View solution in original post

2 REPLIES 2

T_Kress
Contributor III

If you go into a Finance BR and type this in the filter box:

T_Kress_0-1721267392940.png

You will find sample code to do that which is this:

Dim sValue As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndParamName)

That should do it.

 

 

Teresa C. Kress
Principal Delivery Manager Partner Enablement | OneStream Software

KurtMayer
New Contributor III

Teresa,

Can you give an example of what a "combinedWsAndParamName" string would look like?

Thanks,

Kurt

 

Kurt Mayer | Perficient.com
Certified Lead Architect | Certified OneStream Instructor