The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use a counter to count the numbers of times loop_2 ran if its inside a loop_1.
Himanshu_Pant
Member Posts: 46 Learner II
in Help
I have a loop: loop example (loop_21). Inside that I have a simple loop (loop_2 ). I want keep a counter inside loop_2 and append the output.
For Example: Loop_1 runs three times and loop_2 runs four times. So I want count = 1, count = 2, count = 3, .......upto, count = 12
For Example: Loop_1 runs three times and loop_2 runs four times. So I want count = 1, count = 2, count = 3, .......upto, count = 12
0
Best Answers
-
JEdward RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 578 UnicornHave a look at your loop (Loop 2) operator do you have the box "Enable Parallel Execution" ticked? This may throw off your counter as the loop will be executing in multiple threads. If you uncheck this box it will perform one loop and then the next one, this should resolve your issue.
1 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,that's likely because of the parallel execution? Did you try to turn it off?Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Dortmund, Germany