"Get value with macro value within Execute Script operator"

javemar
javemar New Altair Community Member
edited November 5 in Community Q&A
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.

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    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