Table (reporting): unexpected record grouping

Hi all,

The "table" component of the reporting collection seems to behave differently than I would expect depending on the preceding data flow.

The joined protocol reads beta-lactam activity predictions and set an icon in the first column if the activity prediction differs from the actual acvity by less than 0.2.

Using the "Image From File" component let me attach a protocol link to each icon.

protocol1.png

Surprisingly, records are sorted according to their icon in the table (below).

table1.png

Inserting any component before the "table" component - even disabled - records are not sorted anymore!

protocol2.png

table2.png

Is there a way to avoid record sorting without having to put a dummy disabled component in the pipe... it just looks ugly?

Thanks for advises,

Pierre