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
Generate Attributes
I want to create an attributes to show whether the member base is fully active or not.
Is it possible to make it like if the figure of 'member base' attributes equal to figure of 'active member' attributes then, the new attributes will show as 'full active membership' otherwise 'not full active membership' ?
Thanks for any reply
Is it possible to make it like if the figure of 'member base' attributes equal to figure of 'active member' attributes then, the new attributes will show as 'full active membership' otherwise 'not full active membership' ?
Thanks for any reply
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornYes, this is very easy to do, assuming you have two numerical attributes for member base and active members. You can use an IF statement and set it up so that if the two attributes are equal then you return one value and another value if they are not equal. Take a look at the Generate Attribute operator and the IF function.
As a side note, I would be surprised if you have a fully active membership, most organizations have at least a few inactive folks! So I am not sure how useful just a binary flag would be. You might consider making an "active membership percentage" instead where you divide the active members into the total members as a numerical quantity. This can also be done easily with Generate Attribute.2
Answers