🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Get value with macro value within Execute Script operator"

User: "javemar"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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