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
How to get the latest 100 samples for mysql? thanks
dkpengqiuyang
Member Posts: 21 Contributor I
Greeting, I want to find the latest 100 samples from mysql, so I set a auto increase key number and wish to get the subset with "operator: filter with range",but can not get the max of this attribute, did I miss some operator that can find max and min of attribute value ? thanks.
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Hey,
you can extract the max with a Extract Macro operator and to macro calcs there. Or generate an id and use a normal filter on it.
Best,
Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
thank you , I get max vlaue I want from extract macro, which name is "maxID", than I found the "operator: filter example range" can not get the value from %{maxID}, but "operator: filter example" can work with %{maxID}, I am confused about this.
Hey,
have a look at this process, it should do the job.
~Martin
Dortmund, Germany