ContributionsMost RecentMost LikesSolutionsRe: 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! Re: Dynamic Grids Quick question, what kind of object is "gridData". At first I thought t was a DataTable but GetAllRows is not a valid function for the oject as far as I can tell. Re: Dynamic Grids Thank you! This is perfect. Dynamic Grids I am looking for anyone with some experience with Dynamic Grids or are aware of any good documentation. There is very little in the OS documention beyond how to create the component and shell of a s...SolvedRe: DataManagementEventHandler Args Marcus, try using the following which uses the "DataMgmtCopyDataDefinition" class: Dim returnValue As Object = args.DefaultReturnValue Dim dmStepMetadataI...Re: BI Viewer component and OneStream 9.0.0 This is a longshot but make sure for all the data adapters underlying your BI Viewer component have a table name set in the data adapter settings. I have encountered issues sometimes when there is n...Re: Excel Data Incorrectly Suppressing MarcusH thank for responding. I am not using "AMT.ZS#" but only "AV1#", "AV2#" etc. Based on your comment this makes me suspect something else is causing the suppression. In either case, I think ...Excel Data Incorrectly Suppressing I am trying to load stage data via Excel and having an issue I am not sure how to fix. I am loading data, including for attribute values 1 and 2 (AV1# and AV2#). However, if there is a zero in eith...