Forum Discussion

ghoang's avatar
ghoang
New Contributor III
17 days ago

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:

2. Then set up factory: 

3. Then added to my maintenance units & workspace

4. Added to cv:

=> I get this error. Not sure why it is looking for the service factory in default. 

 

 

I followed the design guide, tried all the following syntax, none have worked:

XFBR(Workspace.Reporting.myAssembly.Time, SayHello)

XFBR(Workspace.Current.myAssembly.Time, SayHello)

 

Thank you. 

  • Hi ghoang, 

    I had an issue just yesterday, where an XFBR didn't work with Workspace.Current..... I instead used Workspace.MyWSName..... and it worked.

    Hope that helps!

    Best regards

    Markus

  • ghoang's avatar
    ghoang
    New Contributor III

    I just tried that... still not working. 

    It does work when I call the assembly from a dashboard (e.g. use the xfbr return string as page caption, or use as a label), but it does not work when I call it from the cubeview.