Hello all,
How can I take the presentation value from dashboard, for example: user.id and use it in by Bi publisher report. I would like to locate user id and email report to that user. How do I call presentation value userid?
Check this https://blogs.oracle.com/xmlpublisher/entry/running_bip_reports_in_biee_wi
also OBIEE 11g: GOURL for BI Publisher report - Passing multiple values on to a parameter
Thanks for replying,
The article titles are exactly what I want to do but the details are the opposite. It does not explain how I copy a variable from dashboard to BIP report. I just want to take a session variable (current user) and copy it to BIP report.
Try to keep BIP parameter same as session variable and see how that works
How and where should I write it in BIP report?
I used select :xdo_user_name from dual to retrieve username, how can I use this to send report via email to xdo_user_name? Bursting?
Srini,
Wondering if you can help me. I have the session variable.
Im getting real close to my desired output. I could use some help modifying my data model and bursting query.
I can get data to display if hardcode the KEY but only with a PDF output, CSV is invalid format but why?
Anyway here is a snippet of my data model
SELECT ou.NAME, --KEY value used below
cust.ACCOUNT_NUMBER Customer_Account_Number,
trx.SALES_ORDER Sales_Order_Number,
ar_tran.TRX_NUMBER Sales_Invoice_Number,
ar_tran.TRX_DATE Invoiced_Date,
gl_cod.SEGMENT1 Legal_Entity,
gl_cod.SEGMENT2 Account_num,
gl_cod.SEGMENT3 Department,
gl_cod.SEGMENT4 Country_Code.....
My bursting query is
select
'US_100000' "KEY", --value from NAME
'rpt305burst' TEMPLATE,
'RTF' TEMPLATE_FORMAT,
'en-US' LOCALE,
'PDF' OUTPUT_FORMAT, --will not accept csv
'EMAIL' DEL_CHANNEL,
'Rpt-305' OUTPUT_NAME,
':p_user||'@yahoo.com' PARAMETER1,
'xyz@yahoo.com' PARAMETER3,
'subject' PARAMETER4,
'Please find the attached extract of the requested file , Thank you ' PARAMETER5,
'true' PARAMETER6,
'donotreply@yahoo.com' PARAMETER7
from DUAL
Im new to creating bursting files, and I know NAME used above is incorrect. I want to send file based on user logged on (p_user) but its not located in data model so I just picked a column in data model. How should I rewrite this? I need to change "US_10000" to a variable or to p_user.
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
for a particular report, when some users click on the link, the new tab opens but after about 10 minutes of loading the system returns
Summary: Hello experts, We are using WLF_ASSIGNMENT_TASKS_F to fetch the data from the learn tables The WLF_ASSIGNMENT_TASKS_F table, in the LAST_UPDATED_BY field, doesn't reflect who actually updates the task. I've attached the query used. Can you please help me? Content (please ensure you mask any confidential…
https://blogs.oracle.com/analytics/announcing-the-general-availability-of-oracle-analytics-server-2026 As announced, OAS 2026 has moved to FMW 14. What does this mean for the future of OBIA? Given that 103PS4 is for 12.2.1.4 , it would seem another required upgrade beyond 103ps4 will have to happen. What should customers…
Hi everyone, we're experiencing an interesting issue with report filters in Oracle Learning Management (or similar). Problem: When we use filters based on SQL queries, for some specific users the report filters disappear completely, making the report non-functional. Technical Details: We've identified the critical point in…
We use OAS 2025, EBS 12.2.12, OBIA 7.9.6.4, Oracle 19c db on Linux. We are trying to build Project to GL Cost reconciliation report that runs for a period, currently it is done manually, by running three analytics reports (one on Project - Cost subject area to get total cost for Contract and Resources, another report on…