Forum Discussion

BK's avatar
BK
New Contributor II
3 years ago

Scenario dimension Text1 into a time string

I use an xfbr in my CV based on rules. In the scenario dimension we have put text into the Custom Settings (Text1). What is the syntax to get the Scenario Text1 into the case string (Bold)? Also i...
  • EricOsmanski's avatar
    3 years ago

    Dim scenarioId As Integer = BRApi.Finance.Members.GetMemberId(si, DimType.Scenario.Id, curScenario)
    Dim scenarioText1 As String = brapi.Finance.Scenario.Text(si, scenarioId, 1)