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
HeatherB_Finit
3 years agoContributor III
Question about Complex Expressions built on Connector Data Sources
When building a Data Source bound to a Connector business rule, if a need arises to use a Complex Expression, and that expression requires referencing several unbound fields, what is the proper state...
MardayT
1 year agoNew Contributor
So how have you fixed this situation ? I have similar problem too
HeatherB_Finit
1 year agoContributor III
Hi MardayT, in my connector business rules, I use Replace statements to remove commas from all fields that might contain it. Then, you can use the args.line.split command in complex expressions to reference field values. Note that connector data sources appear to sometimes append empty spaces to the end of field field values, so I usually include .Trim statements as well to get rid of those. Hope that helps!
Related Content
- 9 months ago
- 2 years ago
- 1 year ago