ContributionsMost RecentMost LikesSolutionsRe: Is it possible to return a string with CubeView GetDataCell Function HiTheJonG, I attempted your BR reference approach, but I'm running into the same issue we encountered with GetDataCell, since we need to use GetDataCell to reference BR. Re: Is it possible to return a string with CubeView GetDataCell Function HiTheJonG Here’s a screenshot of the Member filter for the text column, where UD8 is a dynamic member that retrieves the Entity group from the text property based on the Entity point of view. ...Re: Is it possible to return a string with CubeView GetDataCell Function HiTheJonG Thank you for the feedback. Below is a sample export of the cube view, and yes, I'm using V#Annotation to retrieve the string. The sections highlighted in green should display the same ...Re: Is it possible to return a string with CubeView GetDataCell Function HiJackLacava Thank you for your response. Yes, I need to return a string, which is why I'm using row overrides to avoid passing the GetDataCell function that's being fetched from the XFBR. Is it possible to return a string with CubeView GetDataCell Function Hi everyone, We have a cube view with three rows structured as follows: Row1: E#Parent1.Children:U1#Member1 Row2: E#Parent1.Children:U1#Member2 Row3: Variance between two columns. To handle...Re: DM Job calling through API Do we still need to use PowerShell to call DM Jobs in version 8.2.2, or has this process been simplified? Thanks Sridhar Re: Create Excel spreadsheet from Business Rules Never mind, I found the System.IO.Packaging.dll at this location, which resolved all the problems: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.7\System.IO.Packaging.dll Re: Create Excel spreadsheet from Business Rules We're upgrading to OneStream version 8.2.2 and encountering issues with code compilation due to changes in .NET 8. I've managed to fix many errors by updating the Open XML DLL path to: C:\Program F...Is it safe to export data from cube using FDX queries (FdxExecuteDataUnit) during consolidation ? Hi All, We are usingFdxExecuteDataUnit to export data to SQL tables for consumption by downstream systems. Is it safe to run FDX queries while consolidation/Data Loads is in progress ? Regards ...Re: Is it safe to export data from cube using FDX queries (FdxExecuteDataUnit) during consolidation ? Hi Henning, Thanks for the response, The audience who eventually have access to this job has no access to workflows, we just wanted to give them access via dashboard to click a button which calls ...