Aligning multiple lists
I have 6 alphabetical lists, CFML structure key lists but I don't think this matters.
These 6 lists have many common keys with each having a few differences. I want to display a table with each list in its own column. I would like it to sort such that common keys align together in the same row. But if no common key then skip that row for that list. Maybe a diagram would clarify this.
ListA ListB ListC
1 1 1
2 2
3 3
4
5 5
The trouble is there is no master list to drive this from. I just can not get my sleep deprived, aging mind to conceive of a way to create this display from six arbitrary lists.
TIA
Ian
