"Get value with macro value within Execute Script operator"

javemarjavemar MemberPosts:23Contributor II
edited June 2019 inHelp
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, MemberPosts:1,869Unicorn
    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我的价值on execution.

    Best,
    Marius
Sign InorRegisterto comment.