Forum Discussion
YahyaOS
New Contributor II
Thank you, Steven, for your help.
Could you please provide more details( an example if possible)?, as I am new to OneStream, should I implement this in a complex expression in my Transformation Rule (TR) or in a Business Rule?
Best regards,
Yahya
Steven
8 months agoContributor II
Something like this:
Dim UD3 As String = args.GetSource("UD3#")
Dim UD3Final As String = String.Empty
Dim mem As Member = BRApi.Finance.Metadata.GetMember(si, dimTypeId.UD3, UD3)
If mem is Nothing Then
UD3Final = "(BYPass)"
End If
return UD3
Related Content
- 11 months ago
- 11 months ago
- 11 months ago
- 10 months ago