Hello,
I am using the newest version of RapidMiner Server.
I followed the youtube tutorial on using the RapidMiner Server to generate dynamic reports.
In this video:
https://www.youtube.com/watch?v=TLkRL_61BQ0It is shown that we can use user input components to dynamically pass variables to filters in a process using context macros.
I have followed the steps:
1. Made a process that has a filters for Year and Month which get their input from context macros
2. Set up a realm with categorical domains for Year (2013, 2014, 2015) and Month (01,02,03)
3. Set up variables for Year and Month
3. Used the visualization component to generate a table with the data and specified the input variables Year and Month
4. Used the user input component to select Year and Month
Problem is that nothing happens when I hit submit on the user input. The data only updates when I refresh the page.
My question is: how to make the visualization update dynamically when submitting user input, as shown in the video?
Best,
Sebastian