Hello,
How can we use a parameter in a data flow please ?
Or is there any workarround to achieve the need of using a variable (like a week) in a data flow ?
Regards.
Jean-Pierre
Hi @Jean-Pierre Hoedenaeken ,
It's not possible to use parameters in data flows as they are defined at workbook level. As a workaround, you can define a subject area-based dataset to get the value of repository/session variables and then use it as an input in your data flows.
You could use another dataset that will contains all the parameters you need, and then you join it with your data in the dataflow and by using join conditions you can "filter" your data based on that variable value you have in the parameters dataset.
Hi Federico and Gianni,
I have used a new dataset with the only value that I need (previous week) and join it to one of my existing dataset to filter the data in my data flow.
Thanks to both of you.
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