Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 60 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Sort by Option for Subject Area Date Column in DV
ALOK SH-Oracle
Rank 6 - Analytics Lead
Hi Expert,
Sort by Option for Date Column which is coming from Subject Area in DV is not coming as Sort option.
But when Date column is coming from Dataset is having that option to sort by different type.
Do we have any option without touch the RPD we can do it by using DV feature.
Tagged:
0
Best Answer
-
I found one solution were this scenario can be achieved.
First Create Month Year Column by using below Logic :
MONTHNAME("Date") || ' ' || CAST(YEAR("Date") AS CHAR)
Create one Numeric column called DateSort for Sorting in Graph.
min(EVALUATE('TO_CHAR(%1,%2)' AS CHARACTER ( 30 ),Date", 'YYYYMM'))
Go to any Graph then under sort option choose custom and then DateSort column.
0
Answers
-
Any comment on this issue.
0