Comments
-
Yes this would be a useful and needed feature
-
My bad. My thinking was to show ALL ideas in the 'Filter by', as in all the ideas I've interacted with, and not filtered on any of the options in 'Filter by'. I don't think an option to show ALL (as in every) idea is needed
-
Hi Ben. Display all ideas for the user. No filter applied. The user can then filter as they needed after that. SELECT * FROM xxx; with No WHERE clause
-
Have a look at the configuration settings the the model, particularly if you've defined any clustering groups or columns used for measuring outcome
-
Great. Could a view all option be added in the 'Filter by' drop down?
-
Also check the Excel templates for anything unusual, including some hidden characters in cells. We had that problem a few years back
-
Great opportunity for onboarding new and potential customers.
-
This is a valuable tool for all those staring out with OAC
-
Yes, it's working for me now.
-
Similar to Dawn, when I click the link I get this message
-
Here's a link to a previous post/discussion about using EVALUATE. It also contains a link to a website with some examples
-
here is an example showing a fully worked demo in SQL You'll see the code used to convert UTC to local in the SELECT SQL> CREATE TABLE imported_events (event_date TIMESTAMP(0) WITH TIME ZONE); Table created. SQL> BEGIN 2 INSERT INTO imported_events VALUES ( '10-JAN-08 2:00:00 PM UTC'); 3 INSERT INTO imported_events VALUES…
-
Great example of what's possible.
-
Great video demoing whats possible
-
If the inbuilt function doesn't give you what you want, then you'll need to explore one of the other options (see previous posts) to see which works for your scenario.
-
Great work on the video
-
yes use the PERCENTILE functions can be used or use the pl/sql package DBMS_STATS_FUNC.SUMMARY()
-
This is the plug-in that is needed for what's shown in Ben's blog post: https://blogs.oracle.com/analytics/post/analyze-videos-with-oracle-ai-video-and-oracle-analytics
-
As others have indicated, you'll probably need to use other tools first before bringing in the results for presentation in OAC. Depending on the complexity of analytics you want to do, some of those might be available in the Database (stats, ML, graph, spatial, etc). If you need to do more, you could use OCI Data Science.…
-
Nice addition