Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"To delete a macro variable."
Hi,
How do we delete a macro variable created in RM?
Also, once the run of a an XML file is complete, and if I create a loop to rerun the same again, the %{a} takes a contnued value and does not start from 1 for my new run of the XML file. How do i get the %{a} to take from 1 in the second loop of the XML run?
Thanks,
Shubha
How do we delete a macro variable created in RM?
Also, once the run of a an XML file is complete, and if I create a loop to rerun the same again, the %{a} takes a contnued value and does not start from 1 for my new run of the XML file. How do i get the %{a} to take from 1 in the second loop of the XML run?
Thanks,
Shubha
0
Answers
macros aren't persistent over process executions. Especially the apply count macro %{a} is filled each time the operator is executed. If it would not be set back to 0, then the status bar would show the same error and the apply count shown there would not start with 1.
Greetings,
Sebastian