The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
MarkBird
6 months agoContributor III
Time dependent mappings
Hi I'm look for a solution to perform time dependent mappings. For example: Source Target Prior to Dec 25 x y Dec 25 onwards x z Has anyone come across the need for t...
MarkBird
6 months agoContributor III
Thanks Marcus
I have a simple snippet below, but I am try to skip over the rule in the else section. Is this possible?
Mark
Dim currTime As String = args.GetTarget("T#")
Dim compTime As String = "2025M12"
If TimeDimHelper.GetIdFromName(currTime) < TimeDimHelper.GetIdFromName(compTime) Then
Return args.OutputValue
Else
'Skip over to the next rule
End IfRelated Content
- 2 years ago
- 2 years ago
- 4 years agoAnonymous
- 2 years ago
- 1 year ago