Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Ancy Paul-Oracle Why don't you simply bind date/datetime column (which you want to default to current date) in dashboard filter with system defined parameters Current Date/Current DateTime () - those parameters are having values, you need for you filtering. And this (I hope) can be done by not very experienced author (no…
-
@thorpw Glad to hear, it is working. I have been fighting with making it running as well. Documentation has gaps in that sense (basically variables mentioned in bullet "2 Set the environment variable required by the Oracle Analytics Server Platform" in Doc needs to be set during OAS startup to work correctly). I hope, that…
-
Ok, in this case I recommend opening SR with Oracle support and try to solve it with them. In normal circumstances this should work, so apparently this issue is connected with your OAS environment (and possibly configuration, database against which your data set is created). It should not be an Idea for product…
-
Hi @Kartik Mali-Oracle , as I already written EVALUATE function used in analysis (calculated column) , which is created based on DV data set, is working in our OAS environments perfectly. I don't understand what you mean by "DV datasets as Subject Area" ? I am not familiar with wording - do you mean ordinary data set…
-
@thorpw And have you set env variable OAS_FORMATTED_EXPORT_ENABLED=true correctly ? It needs to be set during a startup of the whole OAS instance to be effective (not just in script, starting NodeJs process. We placed it in shell script «Domain Home»/bin/setUserOverridesLate.sh.
-
@Kartik Mali-Oracle How did you come to conclusion, that : " EVALUATE function is not working on the analysis which are created on dataset as subject area" ? Just to make clear - do you mean in analysis, which is created out of data set (as opposed to creation out of Subject Area) ? If this is what you meant, than EVALUATE…
-
@Luis E. Rivas -Oracle Since you marked this Idea as "Delivered" pointing to new feature launched in OAC September 2025 release : "LLM-Based Column Name Recommendations in Oracle Analytics" I would like to ask : Is this feature (as it relies on LLM) going to be available in OAS as well? My guess is that the answer will be…
-
@Rajakumar Burra Why don’t you think, that this feature should not be part of conditional formatting rules in DV , pls explain. I think Vlastimil idea is a regular and valid requirement and should be then evaluated (if it collects enough votes) by Product mgmt.
-
@thorpw After overcoming all the pitfalls (including waiting for fix of one bug), we managed to get this functionality up and running at our OAS 2025 environments. But we are on Oracle Linux 8 (which is listed in as supported OS for this functionality). In layman's terms, I would dare to say that this functionality should…
-
Hi @Pravin Janardanam-Oracle , great to hear from you after a while. Yes, we are on OAS 2025 with latest OAS Stack Patch Bundle 8.2.0.0.250707 applied. Looking forward for improvements in this area. Will those get into OAS 2026 or will you make them available even in OAS 2025 (in next Stack Patch Bundle) ?
-
@Dhaval Parikh Stantec I would agree with @SteveF-Oracle - we are not having on our OAS 2025 instances such issue in Developer mode, you are describing (we are having Apache HTTP server in front of OAS, taking care of OAM integration for SSO).
-
@SteveF-Oracle Hi Steve, If you are (and I guess this is your case) on environment/machine without any security restriction (in terms of connectivity to Inet - since all NodeJs modules along with Chrome for Dev/Chromium installation are done from "public" Inet resources) then it is not that complicated. But we are central…
-
@SteveF-Oracle Your comment : To Export a table or pivot table visualization in OAS 2025 requires some additional configuration made me laugh. Good joke, really. Installing (manually not as a part of overall OAS 2025 binary installation) additional sw components (where installation requires direct internet connection from…
-
@Dhaval Parikh Stantec Reading documentation (and official resources) sounds like old fashioned method (and I am quite old shool boy, possibly Gianni as well), but seems that it is still valid in our age of information explosion (AI could be good servant, but bad master in some cases) 😀
-
@zavryk Your idea is duplicate to this Idea: which is in "Planned" status. So you should delete your Idea not to create confusion. Thanks.
-
@Mike Durran-Oracle Mike, are all extensions /new endpoints to REST API in OAC also planned to be implemented in OAS REST API in OAS 2026 ? Would be fine to have them… Thanks
-
Guys, this is more limitation of Oracle DB, which does not support nested WITH clauses (CTE) - when create DS table out of manual SQL, when executed by BI Server (execution component of OAS/OAC), this SQL is always wrapped (by BI Server) by WITH clause . And when your manual SQL already contains WITH clause, you hit this…
-
I am joining the request for urgent implementation of this Idea (which is in Planned status). @Avinash Krishnaram-Oracle could you, pls, give us an notion to which OAC release is this highly-needed feature planned for? Thanks
-
Highly wanted feature - to be able effectively "manage" assignment of Db instance in DV connection via reference of connect descriptor defined in tnsnames.ora (central place for managing connection in our institution) instead of having to "paste" the whole connect string into connection definition. Basically we need same…
-
@Pravin Janardanam-Oracle Thanks for you response. But your reply: "Regarding the need for a static variable for a connection descriptor, the same is accomplished using "External System Connections." Multiple connection pools can be mapped to the same connection. When a connection descriptor needs to be updated—unlike a…