ContributionsMost RecentMost LikesSolutionsRe: How to save the outputs of ExportCubeViewGridsToExcelFile() to a .xlsx file? Which download button are you using? Button 1 downloads in 'OneStream format' i.e. xml. Button 2 downloads in file format eg xlsx Re: Issue with Extensibility Rule in C# using FdxExecuteDataUnit I am not a C# expert either but it looks like the line return null; is the end of the executable code in the procedure. Move that line to be after line 66. Re: Hardcode number in Cubeview You could try changing the Cell Type on the Data tab to Combo Box and then add the number you want in the List Parameter box. The user would still have to select the number though as the default is N...Re: Headers in center of excel What software version are you using? I know there have been enhancements for exporting to Excel - I don't know what was added in which release. These are the options in V8.2.2 which should centre the...Re: Importing Descriptions/Comments into Reports I agree with T_Kress except I would use XFStrings rather than a custom table. XFStrings do not have to be in different languages (Is Localizable = False). The problem I have with a custom table is th...Re: How to save the outputs of ExportCubeViewGridsToExcelFile() to a .xlsx file? I think you need to tell OS that the file has contents. Try this: Dim fileName As String = "test.xlsx" Dim filePath As String = $"Documents/Users/{StringHelper.RemoveSystemCharacters(si.UserName,F...Re: SetDataCellsUsingMemberScript does not write all list items You need to move this line to be before the For loop starts: Dim objMemberScriptValues As New List(Of MemberScriptAndValue) Re: Sql Table Editor - save nulls You can change the settings for the DB columns on the SQL Table Editor in the SQL Table Editor Column Format section and you might be able to set the Default to DBNull.Value. I haven't tried it but i...Re: OneStream System Diagnostic - BR OSD_SolutionHelper does not compile The later versions of OSD are encrypted. However from an earlier unencrypted version I can confirm that line 4882 is: Dim computer As New Microsoft.VisualBasic.Devices.Computer() As I see it, your ...Re: OneStream System Diagnostic - BR OSD_SolutionHelper does not compile We are on the same OneStream version. It compiles with 18 warnings but no errors. The OSD version is PV620 SV202.