Re: How to customize Merge Equivalent Rows [message #2209 is a reply to message #2207] |
Thu, 23 May 2024 22:12 |
thomas
Messages: 715 Registered: June 2014
|
Senior Member |
|
|
Hi Yuan,
thanks you for the hint. Of course, your suggestion makes a lot of sense. I have update the source code now to offer three options:
- 'remove duplicates', which is similar to the current handling: if the cells to be merged all contain the same value,
then this value is placed into the merged cell only once. Otherwise we see all entries in original order
- 'keep duplicates', which is your suggested handling: we always see all entries in original order
- 'depend on columns groups', which assumes that related columns, e.g. result columns of one assay, are grouped using
the column grouping feature. Then it checks, whether all cells of the same column group are equal and only then it
removes for all these columns the same entry.
In the next version this will go live...
Thomas
|
|
|