Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 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
Extend the Explain feature

Description
Currently, users only have the ability to access the Explain feature of a column as seen in the attached image. If the user wants to run the Explain feature for example, for the Year (that OAC has derived from the TIME_ID date), this isn't currently possible.
Use Case and Business Need
Running the Explain at a user-defined level of a column may provide some additional insights to the user.
More details
At the moment, this can only be done at the top level of the column.
Original Idea Number: f015f0d616
Comments
-
True, Explain is processed as the server level and uses the base dataset. The auto-generated data parts are not part of the actual dataset. In order to run explain on a date part, go to Prepare, right-click on the date column, and choose Extract. Once you apply the script it will become part of the base dataset and you will be able to run Explain against it.
0