Hello team,
Wanted to know if we have a way to achieve below functionality with OAC
Have a look at using OAS Agents to trigger an email when a specific even occurs. Heres the link to the documentation on this https://docs.oracle.com/en/middleware/bi/analytics-server/user-oas/automate-business-processes-agents.html#GUID-58082547-B607-4AC4-883D-DDF904F78E3B
What Brendan said.
"Classic" agents have a condition that allow the agent to continue execution or stop it. Just do not abuse the schedule: don't schedule an agent to run every 5 minutes with a condition on the sales drop % if you load your source data only once every hour or once per day.
Even if the agent doesn't send anything, it is still executed and will check the condition all the time, schedule it correctly based on the frequency of your data load.
Also make sure to keep the condition as simple as possible: no need for the condition to retrieve 10k rows over 20 columns, it just need to return something or nothing (it's a condition), therefore build it with a "minimum effort" in mind.
There is an idea in the idea lab about this feature:
also that one:
Does Oracle Analytics Server 2026 include AI features such as a built-in chatbot or AI Assistant? If not, are there any plans or indications that these AI capabilities will be introduced in a future OAS release?
Here is my calculation CAST(COUNT(SAAR_ID) AS VARCHAR(50)) || ' SAARs pending as of: ' || CAST(CURRENT_TIMESTAMP(5) AS VARCHAR(50))
In OAC when I am creating a dataset, How can I pass a Filter from the "Dashboard filters to the SQL? I attached a image like it was don in BIP Publisher
How can you put a total number of records in your oracle OAC table footer
we have two seperate environments in air gap… 1- oas 2024 2- oas 2026 developers in both env, required extensions like push button, racing bar, guage…. where to download.