Is there a way I can run a report that will give me a list of users that login the OAS application during specific dates?
If you do have usage tracking configured and enabled, query the usage tracking table and you will be able to get a list.
By default the table is S_NQ_ACCT in the BIPLATFORM schema, but you maybe configured a different table somewhere else.
You can verify if usage tracking is on (the people installing that OAS hopefully did enable it, not many reasons to not do it) by looking in DV > Console > System Settings > Usage Tracking. You will also find the details of the database table used to store the information. You can find details about the table and the meaning of columns in https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/understand-usage-tracking-tables.html , as well as 2 possible ways to do that analysis: dataset or exposing it via the semantic model.
If you don't have usage tracking, you could start parsing log files. But logs are rotated and you could maybe not have the required data anymore.
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
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