Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi User_5T2DU, I don't believe the Agent can run with is Prompted filters. Please refer to existing postings on alternative solutions: https://forums.oracle.com/ords/apexds/post/obiee-agent-run-on-custom-parameters-4356#comment_323462167947690667571599501008516590441…
-
Hi Clara, I think it's best if you raise an SR with the Fusion Application BI Publisher group so we could get access to the RTF and the report details. Thank you Hassan
-
Could you please share the RTF for review. Thank you Hassan
-
Hi Chanzawa, Please refer to this posting on how to build a hyperlink: https://forums.oracle.com/ords/apexds/post/how-to-include-html-link-in-bi-publisher-report-5434 Thank you Hassan
-
Thank you for the upload. Could you give the steps on where you are editing the hyperlink. Is that MS Word?
-
Hi Chanzawa, Please share screenshots showing the steps you used to create the drill down for the BIP report. Thank you Hassan
-
Hi Chanzawa, You may want to change the template name in the BI Publisher report to your liking. Thanks Hassan
-
Hello Skhan, You may want to check the log of the BI Extender job you ran. Look for errors like 'Edited' but not deployed or any other errors. Those have to be resolved first before the DFF attributes can start showing in OTBI. Thank you Hassan
-
Hello Christian, You need to explore the usage of Dashboards and build prompts that are dependent on other prompts. For example, you can have a header report with its own prompts. In a different section of the Dashboard, you can add a detailed report with prompts depending on the the header prompt. This way the detail…
-
Hello Udaya, Please share the sql query used in the custom report. thanks Hasan
-
Hello Ramani, Is the snippet you shared from the XML file or the output file when scheduling the report? Thank you Hassan
-
Hi Sheethal, Were you able to find the agent in question. If so, please mark this thread as answered. Otherwise, let us know. Thank you Hassan
-
Just FYI, The getAgents webservice call will give you all the agents in the system. From there you could locate the one you are interested in. Thank you Hassan
-
Hi Sheetal, It would be best if you pass a user that has the BI Admin role. It does not have to be the user who created the agent. Thank you Hassan
-
Hello Sheetal, You can locate and delete an agent using the /analytics-ws/saw.dll webservice Try to invoke the webservice End Point - https://<<your host name>>/analytics-ws/saw.dll?SoapImpl=ibotService Below screen shot shows all Service End Points in the https://<<your host name>>/analytics-ws/saw.dll/wsdl/v12 Note: All…
-
Hello there, Please refer to this KM Note on how to assign the data access to the user: https://fa-etmi-saasfaprod1.fa.ocs.oraclecloud.com/fscmUI/redwood/myknowledge/content/container/main/article?answerId=2313667 Thank you Hassan
-
Hello Ivony, If this is an OTBI analysis, you could set the column to HTML and it will display the content without the HTML tags. Here are the steps to do that. Edit the column in question by clicking on the gear icon and selecting Column Properties Click on the Data Format Tab Check the override default Data Format set…
-
Hello George, Please confirm the user data access assignment on business unit as follows : Go the setup and maintenance Search for the data access: "Manage Data Access for Users" for data security From the top change the button to User with Data Access and search for the user in question. Once found click on action…
-
Hi Nusrat, Are you running these processes immediately after you assign AOR to an employee: [Retrieve Latest LDAP Changes] [Send Pending LDAP Request] Thank you Hassan
-
Hello Marijana, The following is an example of converting a number to a char: CAST("Worker"."Work Terms Assignment ID" AS CHAR(40)) Thank you Hassan