ContributionsMost RecentMost LikesSolutionsRe: Table View Service assemblies Spreadsheet from OnePlace. Table View Service assemblies Hi, I am trying to call Table view service from a spreadsheet. I tried to use the syntax defined in the reference manual. The above syntax is not working. The above syntax works with the S...Re: Cube view Extender Business Rule Assemblies not working, Not sure if I missed anything. I updated workspaceName to Current and it worked. Instead of Current, if I have WorkspaceName (eg: TestWs) then it is not working. Cube view Extender Business Rule Assemblies not working, Not sure if I missed anything. I am trying to call a cube view extender Business Rule assemblies from a cube view. Not sure if I am missing anything. I looked at the reference manual and followed how it was defined in the manual....SolvedRe: Getting an error when calling an assemblies from DM step Below is the code, I tried in Cubeview. Not sure if I have to use the same syntax to call the XFBR assembly. Below is the code, I added logs to the assembly, but nothing getting displayed i...Re: Getting an error when calling an assemblies from DM step I am on 8.2.2 and I tried hardcoding the return value, still getting the same error. Re: Getting an error when calling an assemblies from DM step My bad, I fixed it, but pasted the old error msg. After fixing the workspace, still getting the same error. 'Allocations_AllAccountBkt_Step'. Invalid parameter. Time Filter, #ERROR: XFBR[Workspace....Re: Getting an error when calling an assemblies from DM step if the XFBRstring is created within assemblies then I think we will have to call it like: XFBR(Workspace.WorkspaceName.AssemblyName.FileName, FunctionName). This is based on the reference guide. ...Getting an error when calling an assemblies from DM step I have an Assembly which is compiling without errors. The Assembly type isDashboardStringFunction. I called the assembly from DM step in the Time Filter: XFBR(Worspace.PS_Allocation_Rules.PS_Alloc...SolvedRe: Push file from OS Export to AWS S3 folder via business rule Hi, I wrote an extensibility BR to extract data from OS to a csv file and the file is then moved to an FTP folder. In your case instead of FTP folder it will be AWS S3 bucket. below is the sa...