🎉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

[SOLVED] controlling output ExampleSet title

User: "tennenrishin"
New Altair Community Member
Updated by Jocelyn
I am looking for a way to control the titles of multiple ExampleSets that are outputted from my process (see below).

Apparent behavior of RM is to adopt the name of the last operator that influenced the ExampleSet in some way.

Background:
Let the main process be called A.
Inside this process there are multiple 'Execute Process' operators that run process B (but with differing macro values).
Inside process B, the last operator that influences the data is operator C.
So C's output goes directly to B's output, and multiple B processes' outputs go directly to the parent (A) process's outputs.

The resulting output when A is run, consists of multiple tabs, all called by the same name of "ExampleSet(C)". Is there some way to make the outputs have different names? I tried inserting B's macro into C's name, but macros don't seem to get expanded in operator names.

Currently, the only kind of workaround I am aware of is, for example, to insert two extra dummy operators (after each B in A) that cancel each other's effect, and call them by different names. Or is there a better solution.

Find more posts tagged with