Hi all,
I know that tables can be sorted by anything you like at runtime, but I'd like to sort a table I have by a numeric value when the user first sees it. At the moment it is sorted by the dimension that is being used to group the data by default (which under other circumstances would be perfectly rational) however for our purposes we need to see things listed in order of their "score".
Since a picture is worth a thousand words, here's a picture:
What we need is for the data to be sorted via the second column (the inline bar chart thingy), which is based on a numeric field which is a score out of 100% (ignore the lines, they're irrelevant for this purpose). I can sort by that column easily enough in view mode by using the sorting tool, but it doesn't persist when I go back to edit mode, so it doesn't help. The columns must remain in the order specified here, so moving them around isn't an option (and I don't think it would help anyway, since the dashboard seems determined to sort this table based on a dimension and not any of the several measures that are available).
To be completely clear, the row with the longest bar should appear at the top, and they should proceed downward by score, so the order we're looking for in this example is London, Aberdeen, Manchester.
Any help appreciated.