Open bonamim opened 1 year ago
Same problem here :(
Same problem
Same problem
The same problem here
Same problem seen by me
same here :( , please fix because it makes the table not usable for the user to quickly look at a lot of data
Can anyone validate whether or not this is still an issue in 3.x or newer versions? We no longer support 2.x, so I'm tempted to close this as stale, but if we can get a working failure case for 3.x using example/sample data, that'd be great.
@rusackas The issue remains the same: sorting in pivot tables doesn't work, as it displays data in a random order.
I'm seeing the same issue in Preset version 2024.8.2. The query that runs is correct, but the pivot table sorts in ascending order for this example:
SELECT DATE_TRUNC('month', order_date) AS order_date,
state AS state,
COUNT(*) AS count
FROM public."Vehicle Sales"
GROUP BY DATE_TRUNC('month', order_date),
state
ORDER BY 1 DESC
LIMIT 10000
same issue, can we pls have a patch for this in the next updated version
We have the same issue
We too have encountered the exact same issue!
Same here!
Same here!
Same here! Any known workaround?
Same here! Still in 4.0.2
same problem here: Version: 4.0.2
Have tried 4.0.1 and 4.0.2 still no ability to sort except alphabetic or numeric sorts of the first column. It's quite ridiculous that a chart as basic as a pivot table cannot have a column sort that works.
Sort by is not working for Pivot Table and Pivot Table V2 chart.
How to reproduce the bug
Expected results
When SORT DESCENDING is selected, the data in the pivot table should be in descending. It is possible to see in the images below that the sorting is respected in the Results section, but in the pivot table nothing happens.
Actual results
Pivot Table
Pivot Table V2
Environment
superset version
2.0.1Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context