Hi,
I'm new to RapidMiner. First thing I want to do is to obtain pie chart from simple dataset.
In MySQL table I have columns: client_id; turnover (several records for each client).
I add "Read Database" component, run the process, on the "chart" window I select "chart style" pie and if I choose "group-by column" klient_id it does not work (no data available).
What should I do to sum "turnover" column and group by "client_id"?
Thanks for help