Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
DV: Logical Date columns sort differently on a chart vs a table

Sorting on a logical date column should be consistent across visualization types.
Currently a logical column (e.g. CAST ('01-' || MMM-YYYY) AS DATE)) sorting within a table does correctly use the implicit sort order defined in the RPD, a chart type does not sort using the same implicit sort order.
Per O Support:
The SortKey function should only be used on simple column references. The SortKey function should not be used on more complex expressions like CASE WHEN or CAST().
Comments
-
This sounds more like a bug than an enhancement, and should be addressed by Oracle accordingly.
1