ContributionsMost RecentMost LikesSolutionsRe: Keeping spreadsheet formatting with a TableView Hi Marcus, with 8.4, the option to preserve Excel formatting for table views has been introduced: This allows for row-based formatting by adding conditional formatting to the sheet. Previous...Re: Task Scheduler Hi, I tested this locally using 8.4 with the settings from your screenshot and I get no such error message. Which version are you on? The error message gives the example of the clock being adjusted...Re: Fiscal Year Change How many years that the users wish to copy are we talking about? And what is the alternative currently to using a new scenario? First I would say just adjust your reports manually. Probably faster ...Re: Fiscal Year Change Hi, if it really just is about moving the data as described, using a new scenario (same scenario type) seems most reasonable. Presumably, all one needs to do in that case is to adjust the copy of the...Re: Accessing User Entered Data on a Dashboard CubeView Hi, annotations are not part of a data cell. A data cell only contains "data". DataCellEx contains annotations. E.g. Dim cellText As String = cell.DataCellEx.DataCellAnnotation However, thi...Re: Error saving a data buffer in Custom Calculate Hi Marcus, Sorry, I do not recall having heard of such an issue. See if you can re-create this in BluePrint or Golfstream and then you can open a ticket to get to the bottom of it. But is this is n...Re: Setting up default value in the combo box for Cube View Hi, the parameter displays the string saved on the annotation member by default. That is why setting the default value on the parameter itself does not work. That makes sense as displaying a differen...Re: how can I close a database connection I would also recommended to follow standard practice on that and try to use the "Using" statement as e.g. per snippet Daniel shared earlier. Re: Error saving a data buffer in Custom Calculate Hi, I tested it in the OneStream Blueprint, and do not get such an error message. These are the DM settings I used: And this is the script. I just adjusted the rows 2 and 12 a little so that m...Re: Report Book - Loop with a XFBR string Thank you for the feedback! However, without any further information, it is hard to help here. An XFBR can be used almost anywhere in many kind of ways. What I usually recommend in such a case is ...