I would suggest changing the sort order of the “List of Elements” when generating reports.
“List of Elements” should be sorted by column instead of rows:
Current list:
CODE
one    two    three    four
five    six    seven    eight
five    six    seven    eight
I would like to see this instead:
CODE
one    five    nine    thirteen
two    six      ten
three  seven    eleven
four    eight    twelve
two    six      ten
three  seven    eleven
four    eight    twelve
Thanks,
Edward Moscardini