ContributionsMost RecentMost LikesSolutionsUsing Global time Variable Hello All, I am trying to use the Global Time to pull reporting columns using the UD8 dimensionality but the values will not return. Dim ScenarioMth As String = api.Pov.Scenario.Name Dim gbTim...USD Override on Local Currency Parent but in USD value. Hello All, Need assistance in getting the USD Override amounts to populate Local Currency Parents in USD values. The USD Parents are working correctly when data is retrieved in Local or USD. Exa...Re: USD Override on Local Currency Parent but in USD value. We are leveraging the text1 field = USD for accounts and added in the flow dimension If (api.Entity.HasChildren()) And LocalCurrency.Name.ToString <> "USD" Then Api.Data.Calculate(....). Even using ...Re: Using Global time Variable Above is the values I wanted to return but went a different route. Re: Using Global time Variable Dim ScenarioMth As String = api.Pov.Scenario.Name Dim gbTimeName As String = BRApi.Workflow.General.GetGlobalTime(si) Dim objTimeMemberSubComponents As TimeMemberSubComponents = BRApi.Finance.Time....Re: Using Global time Variable Figured it out thank you all