The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

kchampion's avatar
kchampion
New Contributor III
1 year ago
Solved

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 ...
  • MarcusH's avatar
    1 year ago

    You need to move this line to be before the For loop starts:

    Dim objMemberScriptValues As New List(Of MemberScriptAndValue)