ContributionsMost RecentMost LikesSolutionsRe: Create Excel spreadsheet from Business Rules Those referenced assemblies are compatible with version 8.5 as well. The only modification from earlier versions to version 8 is due to the latest .NET changes introduced in version 8. Re: Dashboard - Time Parameter for Specific Cube Views This is what I would do to try, Create 1st dashboard with 4 Cube Views that uses WFTime. Create 2nd Dashboard with 2 Cube Views that uses parameter Create a Supplied Parameter with the same p...Re: Dashboard - Time Parameter for Specific Cube Views Try using a supplied parameter at Dashboard level. Re: Is it possible to use spreadsheet component (Table View in it) in the Book ? Hi jwagner Here’s a code snippet that generates an Excel file, with the DataTable passed as an argument to the function. #Region "Create Excel File" Public Sub CreateExcelFileFromDa...Re: Is it possible to return a string with CubeView GetDataCell Function Hi TheJonG, 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 Hi TheJonG 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 Hi TheJonG 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 Hi JackLacava 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