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.

"Get value with macro value within Execute Script operator"

javemarjavemar Member Posts: 23 Contributor II
edited June 2019 in Help
Hello

I would like to know if there is some way to put a macro value (I mean, use %{somevalue}) into a "execute script" operator.


Thanks for your help.
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Yes, if you define a macro called "someMacro" in RapidMiner and set its value to "my value", e.g. with Set Macro, then putting
    %{someMacro}
    into the Execute Script operator will replace that expression will be replaced with my value on execution.

    Best,
      Marius
Sign In or Register to comment.