Forum Discussion

hbindu's avatar
hbindu
New Contributor III
4 months ago

Getting an error when calling an assemblies from DM step

I have an Assembly which is compiling without errors. The Assembly type is DashboardStringFunction. I called the assembly from DM step in the Time Filter: XFBR(Worspace.PS_Allocation_Rules.PS_Alloc...
  • JackLacava's avatar
    4 months ago

    Works for me on version 8.4.

    Make sure your function returns a string starting with T# (because it's a Filter). Maybe test it on a dummy cubeview first, to verify it actually returns what you expect (the Workspace might have to be set to Shareable for that to work).