how to run multiple subprocesses specified by table column?

juju
New Altair Community Member
Hi, for example, I have subprocesses 1-10, and I hava a data table with a column with values 1,3,5, meaning I want to run subprocesses #1,#3,#5. How do I implement this?
I was thinking of combining "loop value" (loop through 1, 3, 5) with "select subprocess" but didn't figure out how.
(aslo "loopy value" requries nominal values, but "select subprocesses" expects an integer)
Any help's appreciated. Thanks!
Tagged:
0
Answers
-
Have you investigated using an Extract Macro set to Data Value to extract the values 1,3,5? Loop through that and pass the extract value as a marcro to a Select Subprocess operator?
For the Nominal to Integer issue between the Loop and Select Subprocess, just add a Guess Types operator to aid in the coversion.
0