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
Kamila
3 years agoContributor
"Enter" parameter
Hi Team,
I'm wondering if there's a parameter that can be used in OS for a new line?
I mean there's already a |SPACE|, which works perfectly, but I would need such parameter for new line (lik...
ChrisLoran
OneStream Employee
3 years agoThis is the source code used in my XFBR rule example:
If args.FunctionName.XFEqualsIgnoreCase("GetMultiLineText") Then
'-- XFBR(CubeViewLists,GetMultiLineText)
Dim str As String = "Line1" & System.Environment.NewLine & "Line2"
Return str
End If
Related Content
- 2 years ago
- 2 years ago