Get an example from example set[SOLVED]

kuehn
kuehn New Altair Community Member
edited November 5 in Community Q&A
Dear Guys,

i've got some trouble to extract a single Example from an ExampleSet. I did define a "Loop Examples" an I tried to get the example by macro-defined index.
How ever, every solution I tried e.g. Extract Macro, Set Data, Collect and Select by index, the result which the debugger shows is the given input ExampleSet.

I need every Example as a single Data. It is the base for an sinple one-to-many relation i need to aggregate.

Tell me please, what the mistake I do?
My submitted Example is the solution with Collect and Select (I think the worst way to do this).

Ciao and thanks for help
Tagged:

Answers

  • Hello

    Use the "Filter Example Range" operator inside the example loop. Set both parameters to the loop iteration macro.

    Regards,

    Andrew
  • kuehn
    kuehn New Altair Community Member
    thank you, that works