I’m looking for some assistance in setting up a table view to be able to sort merged columns separately. At a high level I have the following view table:
| First Name | Last Name | Age/Weight^ | 
|---|---|---|
| Ken | Davidson | Age: 42 Weight: 200  | 
I have all three columns sortable, except that the third column only sorts by Age, even though it has two possible sort options.  Clicking the Age/Weight will only sort by Age, there is no way that I can see to make it sortable by either Age or Weight.
I found a couple links here that don’t seem overly optimistic, but I’m hoping that things have changed:
- How to sort View on rewritten field? My fields are re-written to just add the internal label 
<span>Age</span><span>{{ age__value }}</span>I don’t need to sort by the re-write.