Gidon_Albert
Contributor II
since ‎11-23-2021
2 weeks ago

User Statistics

  • 78 Posts
  • 5 Solutions
  • 32 Kudos given
  • 114 Kudos received

User Activity

In a data connector rule, we need to run the api.Parser.ProcessDataTable funciton that can process a DataTable. However, using SIC funciton, we have to get data from the source into a XFDataTable: Dim xfDT As xfDataTable = Nothing . . . xfDT = New xf...
We have a TransformationEventHandler that adds missing members that is kicked off by the Select Case args.OperationName Case Is = BREventOperationType.Transformation.ParseAndTrans.ProcessTransformationRules 'Suspense Invalid Members If suspenseInvali...
I have a data adapter with a query that lists all workflow profiles in the application. I need to exclude from that list all the inactive profiles (Profile Active=False)Where is this property in the database table?
Does the api.Data.GetDataBufferUsingFormula("FilterMembers(...)") only get cells that have values? Is there a way to create a data buffer with empty cells? Use case: We need to to cycle through an account hierarchy and populate each base account with...
Hi, Can OneStream work on Mac OS? If so, how?