ContributionsMost RecentMost LikesSolutionsRe: SetDataCellsUsingMemberScript does not write all list items Thanks, I knew it was going to be something obvious! I still had to instantiate the objMemberScriptValue object As New within the loop otherwise it wrote the same row data to the list 14 times, decl...Re: SetDataCellsUsingMemberScript does not write all list items Correct, it does, but it commits one row at a time, which is very inefficient. I was looking for a way to write all the rows to the list in memory and commit them all at once to improve performance....SetDataCellsUsingMemberScript does not write all list items Hello All, SetDataCellsUsingMemberScript() seems to only write the last value added to list. I am successfully adding 14 records to the objMemberScriptValues list (I can loop through them and see ...SolvedRe: File Explorer Incoming workflow folders missing in copied applications Hi Krishna I've seen it happen in both 7.4.2 and 7.1.3. Kathryn Re: File Explorer Incoming workflow folders missing in copied applications Hi Krishna, Most recently the issue occurred when OneStream copied applications for us as part of a request, but it happens also when I use Cloud Administration Tools to copy applications. I logge...File Explorer Incoming workflow folders missing in copied applications This post is to provide information about File Explorer Incoming workflow folders. Based on what we've seen in our environments, when an application is copied, the new application does not contain t...Re: Join Framework table data to Application table data using SQL Yes, this is possible through a Data Adapter. We have some People Planning reports that pull register data from XFW_PLP_Register for users based on their security groups - if the current logged in us...Re: Transaction Matching - Load/Match Data Daily Thank you, that helps greatly! I parsed the file name with the datetime stamp as the source id and now the unique filenames are loading into the same period. Thanks!! Re: Transaction Matching - Load/Match Data Daily I figured this out - the Data Splitting WF Profile allows multiple files to be loaded to the same data set in the same period and does not issue errors if transactions have already been matched. It ...Transaction Matching - Load/Match Data Daily Hello! We're implementing Transaction Matching and we have a use case to load transactions on a daily basis and run matching each day. Our TXM scenario has 12 periods, but we're finding that once t...Solved