🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Get an example from example set[SOLVED]

User: "kuehn"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    Hello

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

    Regards,

    Andrew
    User: "kuehn"
    New Altair Community Member
    OP
    thank you, that works