ContributionsMost RecentMost LikesSolutionsRe: Help Needed Moving a Scenario Member More testing needed but the below seems to work to add the relationship (i.e. Copy vs Move): Dim ForecastArchive_Mem As Member = BRApi.Finance.Members.GetMember(si, DimTypeId.Scenario, "ForecastA...Re: Help Needed Moving a Scenario Member Thanks but trying to do this via an extensibility rule which I think is much more difficult. Any idea how to do it that way? Help Needed Moving a Scenario Member I have a need to move a scenario from under a parent to under Root. Take the example below. I want to move "Forecast" under Root before "ForecastArchive". To do that, my plan was to add a relation...Export Cube View to Report Format? Does anyone know if there is an api to export a cubeview to a report format, similar to how BRApi.CubeViews.Process.ExportCubeViewGridsToExcelFile can be used to export a cubeview to Excel via code? ...Re: Create Scenario Member from Rule I am curious if anyone has had success creating a scenario member, and updating default properties, from a single DM job? I am having an issue becuase it seems, by default, the "Manage Data Group" s...Function to get the workflow to which an entity is assinged? Is there a function, or other method, to get the workflow an enitty is assigned to, if it is assigned? Seems like an there should be an api for this but for the life of me I can not find it. Thanks...SolvedTableView Insert Limit I am working with a TableView and there seems to be a limit of 100 rows that can be added. Even if I prompt for the number of rows to add , say for example 150, when I add 150 rows in Excel and subm...SolvedRe: Dynamic Grids Thank you! Re: Dynamic Grids Kt I have been making good progress with building out a dynamic grid. The only issue I have is trying to get pagination to work. It am controlling the MaxNumRowsInResult within a XFDataTable contr...Re: Dynamic Grids Thanks. Good luck with your testing. You example got me started and working!