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
"[SOLVED] Count ignoring missings in Aggregate operator"
tennenrishin
Member Posts: 177 Contributor II
The selectable aggregation functions for the Aggregate operator include:
"count (ignoring missings)", as well as
"count (including missings)".
The operator also has another boolean parameter called "ignore missings".
Do these mean different things, and if not, what happens when the two parameters are set to contradictory values?
"count (ignoring missings)", as well as
"count (including missings)".
The operator also has another boolean parameter called "ignore missings".
Do these mean different things, and if not, what happens when the two parameters are set to contradictory values?
Tagged:
0
Answers
actually, if activate the option "ignore_missings", none of the function actually counts the missings, not even count(including missings).
If you deactivate the parameter, the functions do not seem to work >:( I have just filed an internal bug report about this.
Best regards,
Marius