The cmp() function cannot be used with datasets. It will return more than one value, where most are equal to nan.
This issue was introduced with a fix for the implementation of ticket [#326]. This fix is specialized for standard MAFs like max(), but not for cmp() and pct(). These won't be executed correctly. The introduced condition in line 479 in dataaccess.cpp has to be adapted, so that it can cope with both types of MAFs.
Fix was added to the automatic tests. No deviations occured. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Related
Tickets:
#326Diff:
Related
Commit: [r437]
Tickets:
#326Diff: