"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.