Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi User_VMJII Could you save the data time as '2/8/2022 00:00Z' By adding Z at the end, Its more like an UTC. And it wont' change. Thanks
-
Hi Avinash Krishnaram-Oracle Thanks for the update. Hope to get this backlog, soon in release.
-
Hi Matt Milella-Oracle 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…
-
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…
-
Hi Federico Venturin Thanks for the help. It really worked ! Able to create Parameters, and also able to apply filters. But the restriction is , I can able to choose only one single filter values. But in List - I able to choose more than one selections. In ListBox - I can able to choose only one filter value. Any possible…
-
Hi Federico Venturin Am not able to create Parameter for List Box. Could you please guid me to. I don't see any (x), That is available for List and not in ListBox to create the Parameter.
-
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…
-
Hi Joel I have a use case to capture the filter values and (retain it) apply filters to other pages as well When the user navigates to another pages within workbook or another workbook, After Embedding the OAC Workbook within our website. I can able to do all the above for the list filters selections, But am not able to…
-
Hi Federico Venturin If I change the Filter Type, I can able to hide those. But I cannot set the Parameters attribute. Parameters I need it to capture the filter values.
-
Thanks for the reply. What I need is the format same like below code, I need to apply filters after embedding by the Javascript code Eg: Add Technology & Furniture to Category(Dashboard Filter) and I need to check the checkbox "Exclude". var parameters={ "p1n": "Pararm_Category", "p1v": ["Technology","Furniture"], "p2n":…
-
Hi Avinash Though Parameter stores the Filter values, It can only be read by OAC to retain the filter values even navigating to another page. But I need the filter values (parameters + filter values) in my code. So I can use them for various purposes. Also, Through code do we can read the binding solution without user…
-
Yes. The parameters will store the current applied filters values. But I need to store the filter values in my code. So I can able to pass the filter values seamlessly to other workbooks as well.
-
Hi Mike On Filter Change, I need to capture the filter values along with the parameters (comes along in context payload) for it. I should have the ability to receive the event from the OAC to read the JSON payload context and extract the required information like, Parameters, Filter Values, Column names,. .. Also, It would…