🎉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

[SOLVED] Input Parameters Dialog Box

User: "rowan_g"
New Altair Community Member
Updated by Jocelyn
Hi,

Is there a way to cause a dialog box to pop up when a process is opened/started that allows you to enter a set of variables?
For example - there are 5 changing variables that I want to manually enter when I start a process

Cheers,
Rowan

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "MariusHelf"
    New Altair Community Member
    That's not possible, but you probably already know the concept of macros (if not, let me know).
    Instead of defining macros with the Set Macro operator, you can define them in one single place, the so called process context. There should be the corresponding "Context" view in the RapidMiner design perspective.
    Now by inspecting the process context, the user can easily see all configurable variables.

    Best regards,
    Marius
    User: "Andrew2"
    New Altair Community Member
    Hello

    There's this old chestnut

    rapidminernotes.blogspot.com/2011/01/groovy-script-prompts-for-user-input.html

    But I prefer the context view as well.

    regards

    Andrew
    User: "rowan_g"
    New Altair Community Member
    OP
    Thanks Guys. I'll work with the context view for now.

    awchisholm - pretty groovy script indeed. Thanks for that.