I have a Table view where I have aggregated the records on one specific field & set 'unique-value list' as the aggregation function for displaying the contents of a couple of text fields.
The comma separated unique values displayed in those columns are being auto-sorted which is misaligning the sequence of values & potentially misrepresenting the list value mapping. Could I prevent this sorting of the unique-value-lists?
If you have multiple values in the same cell, you should try to 'tokenise the field' (Data>Manage fields), which should give the same treatment to the cells with same items in different order.