select * from orders
pivot on ship_country
sort descending on first data column
execute query again and the sorting is not persisted.
This works in 11.0
|
87 KB
Ubuntu 12.04
I was not able to reproduce in ADS 12 rc-2 on Sort desc on ShipCountry. see attached pic
Also If I do a sort desc on Grand Total and reexecute, it has the same behaviour as in ADS 11.0
Looks like this problem is caused by the incorrect popup menu. Right mouse click sometimes generates a popup menu with only 3 items { Sort Ascending, Sort Descending, Hide Selected Columns }, while other times it generates the full menu with 16 items. If the menu with 3 items show up, the actions seem to work, but have other side effects.
See PivotTablePaneView : Line 409 : pivotTablePane.setPopupMenuCustomizer()
Looks like this problem is caused by the incorrect popup menu. Right mouse click sometimes generates a popup menu with only 3 items { Sort Ascending, Sort Descending, Hide Selected Columns }, while other times it generates the full menu with 16 items. If the menu with 3 items show up, the actions seem to work, but have other side effects.
See PivotTablePaneView : Line 409 : pivotTablePane.setPopupMenuCustomizer()
This problem occurs on Linux very frequently. It is partially noticable on OSX. But the problem does not occur on Windows. The PopupMenuCustomizer doesn't seem to be called. This looks like a JIDE bug, so I'll report it.
This problem occurs on Linux very frequently. It is partially noticable on OSX. But the problem does not occur on Windows. The PopupMenuCustomizer doesn't seem to be called. This looks like a JIDE bug, so I'll report it.
From JIDE :
"The customzier set by setPopupMenuCustomizer should only be called when user right clicks on the field boxes or the empty areas (as long as it was not clicked on a header table or the data table). For the other areas of the PivotTablePane, there are also setHeaderTablePopupMenuCustomizer and setDataTablePopupMenuCustomizer."
I think we are incorrectly customizing the popup menus. See usage of updatePopupMenu()
From JIDE :
"The customzier set by setPopupMenuCustomizer should only be called when user right clicks on the field boxes or the empty areas (as long as it was not clicked on a header table or the data table). For the other areas of the PivotTablePane, there are also setHeaderTablePopupMenuCustomizer and setDataTablePopupMenuCustomizer."
I think we are incorrectly customizing the popup menus. See usage of updatePopupMenu()
Verified in 12.0.0-rc-22-5 and works fine. Tested in 2 different Ubuntu 12.04 machines and the correct popup menu appears all the time
Verified in 12.0.0-rc-22-5 and works fine. Tested in 2 different Ubuntu 12.04 machines and the correct popup menu appears all the time
Issue #7638 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-rc-22-5 |
No time estimate |
Ubuntu 12.04
I was not able to reproduce in ADS 12 rc-2 on Sort desc on ShipCountry. see attached pic
Also If I do a sort desc on Grand Total and reexecute, it has the same behaviour as in ADS 11.0