The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

[SOLVED] Input Parameters Dialog Box

rowan_growan_g Member Posts: 47 Contributor II
edited November 2018 in Help
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

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    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
  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    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
  • rowan_growan_g Member Posts: 47 Contributor II
    Thanks Guys. I'll work with the context view for now.

    awchisholm - pretty groovy script indeed. Thanks for that.
Sign In or Register to comment.