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 can I set a exist column value to a macro
WentingLi13
Member Posts: 9 Learner I
As below, i have a column "concat(lot_id)", i want to set this column value to a macro which named "input"
Then i can use this macro in SQL like:
But if I do like this, macro input value is always [concat(lot_id)], so what did i do wrong, and how can I set a exist column value to a macro?
Look forward your help, thanks!
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,I think the operator you want to use is Extract Macro and not Set Macro. Extract Macro allows use values of an example set to define a macro. Set macro just sets constant macros.In Extract macro you choose data_value as an option and select your attribute.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany6
Answers
Thank you so.....much, my issue was solved via using Extract Macro!!!!Â