Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OAC Embedding – Clear Filters (Master Reset Option Needed)

As the user, I should have the capability to Clear all filter values that I have selected.
Reset will clear only the List Filters, Also the Dashboard Filters.
Of the user click on the visual filter, There is no option to clear that filter.
Alternate is if we change any attribute value like, Parameter / Filters. Knockout will trigger the view model again for rebinding. Ie again the refresh of the <oracle-dv>. Due to that may be filter values will be gone.
But need of permanent solution like Option to clear all the filter values like “Master Reset”
Comments
-
Hi Karthick,
Your use case is when using a visualization as a filter if i understand correctly. Selected mark on viz enabled as use as filter passed the filter context to other visualizations in the canvas. A simple Undo action on the header bar will rest the filters in this case. Is your scenario specific to embedded workbooks?
Thanks
Avinash
0 -
Hi Avinash
If I embed the OAC content in our website, We don't see the Header Bar.
So we need to clear the available filters in the page using the code.
I have managed to clear the List Filters(Dashboard + Global Filters), Not able to clear the Visual Filter that user usually clicks on it on a graph / visuals..Thanks
Karthick.0 -
Hi Avinash
If I embed the OAC content in our website, We don't see the Header Bar.
So we need to clear the available filters in the page using the code.
I have managed to clear the List Filters(Dashboard + Global Filters), Not able to clear the Visual Filter that user usually clicks on it on a graph / visuals..
Thanks
Karthick.
0 -
Why not hide the main filer bar in present and use all dashboard filters in the canvas. These have the options for Apply and Reset and from the pictures you might be achieve the same goal without the need for custom JS code.
Hard to know for sure without seeing your app in action.
0 -
Thanks for the response.
I can able to control Dashboard Filters(apply & reset).
My scenario is when the user clicks on the visuals,
Eg.: user clicks on "Profit by Product Container" chart.
Data will be changed accordingly,
Now If I clicks on "Reset" button, Dashboard filters will get reset, But the data that shown by clicked on the Visual will not get change. It'll be retains the same.
By click of the Reset button, I needs to view only the data/filters which was visible by visiting the workbook at first.
Thanks
Karthick.
0 -
Karthick, thanks for clarifying. There is a backlog item to improve this experience when using a visualization as a filter.
Thanks
Avinash
0 -
Yes to clear a filters set when using a filter as a visualization the user needs to click on some blank area in the visualization where the filter we triggered.
0 -
Thanks for the update. Hope to get this backlog, soon in release.
0