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
Evaluate fields
![jhonmahechajm](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)
![](https://s3.amazonaws.com/rapidminer.community/vanilla-rank-images/learner-16x16.png )
Hi.
I am creating a process for calculate number of empty fields of a collection in a mongoDB database. I am currently using Generate Attributes operator with the missing( Attribute_value argument) function in this way:
if(missing(project_code),1,0)+if(missing(id),1,0)+if(missing(ISSN),1,0)+...
I would like to calculate number of empty fields without specifying the columns. How I can do this?
Best regards.
John.
0
Answers
Hi John,
i think Generate Aggregation is doing the trick. See attached process.
Best,
Martin
Dortmund, Germany