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 do subtraction of fields in the same column. The KPI contains 6-7 columns as filters
Hi All,
I have a query in building a KPI.
The instruction is given in the attached excel file(I am using two dummy columns here, but actually i have 6-7 columns).
In case of any queries please let me know. Thank you very much.
Best regards,
Achint
I have a query in building a KPI.
The instruction is given in the attached excel file(I am using two dummy columns here, but actually i have 6-7 columns).
In case of any queries please let me know. Thank you very much.
Best regards,
Achint
Tagged:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
I propose 2 solutions from your initial example set :
Solution 1 :
This solution performs exactly what you want to do, but uses a Python script.
So you have to :
- Install Python on your computer.
- Install in RapidMiner the Python Scripting extension from the Marketplace.
The output example set looks like that :
Solution 2 :
This solution displays the results in a other way (as in your Excel file), but use only RapidMiner's native operators (no Python script).
A "default_count" attribute is created and then the example set is pivoted (via the Pivot operator).
The output example set looks like that :
The process :
Hope this helps,
Regards,
Lionel