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
ghoang
1 year agoNew Contributor III
Using XFBR String Service in WS Assembly
I'm new to WS assembly - trying to get a simple example of setting up an xfbr and use it in a cubeview but not successful. Here's what I did - what did I do wrong? 1. Set up XFBR String Service: ...
RobbSalzmann
10 months agoValued Contributor II
In my experience, It's not necessary to create a "String service" XFBR then call a Service Factory to build and return it.
A Simplified, Direct Approach:
- Right click the assembly directory where you want to create your XFBR.
- Select Add File.
- Select Dashboard String Function Business Rule
- The file name becomes the name of the assembly file and the rightmost element of the Assembly file's namespace.
- In your component or cube view, reference the assembly XFBR as follows:
- XFBR(Workspace.{WorkspaceName}.{AssemblyName}.{AssemblyFileName}, {FunctionName}, paramName=value)
- XFBR(Workspace.{WorkspaceName}.{AssemblyName}.{AssemblyFileName}, {FunctionName}, paramName=value)
Related Content
- 1 year ago