Comments
-
Great overview of how the BI Publisher connector can extend the value of operational reports within Fusion AI Data Platform. The practical tips around CSV output and metadata refresh are especially helpful. Thanks for sharing this, @fbarazan-Oracle!
-
Excellent work! The mix of visualizations makes the dashboard both insightful and visually engaging. Thanks for sharing, @Kavin!
-
Hi Mandeep, You are correct as always. Actually after seeing your post, was trying to share the near work around which we used previously. Thanks for your time & help.
-
Excellent design. Clean, intuitive, and clearly built with the end users in mind. Great Work & Thanks for sharing, @Anil Sebastian-Oracle!
-
Very helpful & useful information. Thanks for sharing, @Peter Sprague!
-
Thank you very much, @SanthiSreeK-Oracle!
-
Thank you very much @SanthiSreeK-Oracle! If possible please edit the main post and attach the dva there so that it will be visible to everyone in one view. Appreciate your time & help.
-
Beautiful presentation & the viz It seems the dva file is missing in the post. Would you mind attaching the dva file, @SanthiSreeK-Oracle? Thank you.
-
Great Idea! This would greatly improve productivity and reduce unnecessary rework. Upvoted.
-
It'll be a great feature to have which will add so much values. Upvoted.
-
Great visualization! Very well structured and easy to interpret. The combination of trends, demographics, and geographic insights gives a clear overview of the case data. Excellent Work & Thanks for sharing, @User_ON1XC!
-
Very helpful information. Thanks for sharing @Brendan T!
-
It'll be very helpful for the community. Thanks for sharing, @KeerthanaBaskaran!
-
Excellent Dashboard! Very well structured with clear KPIs and strong visual storytelling. The dark theme and layout make the insights easy to scan and interpret. Great Work & Thanks for sharing, @Raghunathan KR!
-
Hi @Stefano_Mazzocca, Apologies for late reply as I was not online. There are couple of things that you can do. Store the CSV files with system timestamp so it will create a new file every time and it will not get overwritten. Introduce a new process which will delete those files from the SFTP location. This one I…
-
Hi @KiranChittoor, Welcome to the Oracle Analytics & AI Community! Can you please try the following Query? SELECT final.REQUESTID, final.NAME, final.PROCESSSTART, final.PROCESSEND, final.NUMBEROFMINUTESTORUN, final.SUBMITTER, final.REQUEST_STATE, final.PARENT_CHILD, final.PARENTID , REGEXP_SUBSTR(final.parameters,…
-
Hi @Sushanta, Welcome to the Oracle Analytics & AI Community! Please take a look into the following posts which might be useful. Hope this help. Thank you.
-
Hi @Pritam Das, In addition to the above, please check the following note from Oracle: (KB662873) Need the FTP delivery option when using OTBI Agent (iBot) An Enhancement Request was raised to enable the FTP feature in OTBI. You may track it using defect id 20990512. You may use this document for tracking instructions: How…
-
Hi @Pritam Das, Welcome to the Oracle Analytics & AI Community! OTBI agents cannot directly deliver reports to SFTP, as they are limited to email and dashboard delivery only as of now. To send output to SFTP, you have to convert the OTBI analysis to a Bi Publisher report. Hope this help. Thank you.
-
Hi @Stefano_Mazzocca, Please take a look into the following post which might be useful. How to ingest CSV extract from object storage to oracle ADW database using OOTB features in oracle F — Oracle Ideally the csv file will not be automatically deleted unless there's a process defined which will delete the file after the…