You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A terms column can be sorted by the value of another column. This is done server side and can change which terms actually occur in the resulting table because of the size limit. This does not work for filter ratio columns because they are calculated on the client side.
We could do a client side sorting for filter ratio columns, but then we would need a second sorting column for the server side sorting to decide which terms to show if there are more terms than the size limit.
Another possibility is to simply not allow sorting by filter ratio columns and only enable this by editing the expression directly.
@cchaos Maybe I pinged you prematurely - I did so because I don't know how to make it clear in the UI that there are two types of sortings (client side and server side) if we follow this approach.
A terms column can be sorted by the value of another column. This is done server side and can change which terms actually occur in the resulting table because of the size limit. This does not work for filter ratio columns because they are calculated on the client side.
We could do a client side sorting for filter ratio columns, but then we would need a second sorting column for the server side sorting to decide which terms to show if there are more terms than the size limit.
Another possibility is to simply not allow sorting by filter ratio columns and only enable this by editing the expression directly.
ping @chrisdavies @wylieconlon @timroes @cchaos
The text was updated successfully, but these errors were encountered: