Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Need to send BIP bursting excel output as a url in email instead of attachment

Received Response
311
Views
3
Comments
User_LJKSA
User_LJKSA Rank 1 - Community Starter
edited December 2023 in Oracle Analytics Publisher

Hi

I have created a report where I can mail the excel output as an attachment. I need to mail that same excel as a url and not as an attachment. I have set "send email as url " option in admintration-> delivery configuration.

I can send pdf output as a url but not the excel one. PFB my bursting query:

SELECT DISTINCT 1 KEY,

'PayablesQueueListReport' TEMPLATE,

'en-US' LOCALE,

'xlsx' OUTPUT_FORMAT,

'EMAIL' DEL_CHANNEL,

'EMAIL_BURST_OUTPUT' OUTPUT_NAME,

EMAILID PARAMETER1,

'namita.x.singh@oracle.com' PARAMETER2,

'namita.x.singh@oracle.com' PARAMETER3,

'Payables Queue List Report' PARAMETER4,

'PFA the report.' PARAMETER5,

'false' PARAMETER6

FROM (SELECT trim(email_id) as EMAILID FROM (SELECT

 REGEXP_SUBSTR(:P_Notify, '[^;]+', 1, LEVEL) AS email_id

FROM

 dual

CONNECT BY

 REGEXP_SUBSTR(:P_Notify, '[^;]+', 1, LEVEL) IS NOT NULL))

Regards

Namita

Answers

  • RanaAshutosh-Oracle
    RanaAshutosh-Oracle Rank 6 - Analytics Lead

    Thank you for visiting the Oracle Analytics Cloud and Server Forum to seek support. 

    Unfortunately, this Forum does not provide support for Oracle Analytics Publisher (BIP). 

    However, you can visit Oracle Analytics Publisher (BIP) Forum to receive support from our BIP experts.

  • Mallikarjuna Kuppauru-Oracle
    Mallikarjuna Kuppauru-Oracle Rank 8 - Analytics Strategist

    HI @ User_LJKSA

    Below are the available options you can able to use.

    Adding Bursting Definitions (oracle.com)

    I don't think you can able to send the Attachment as URL link Using Direct Bursting Option,i hope you are trying to use the SAVE_OUTPUT output as OUTPUT_FORMAT.?

    You can save the ouptput in shared path and then share the same as EMAIL .


    Other comments are welcome.

    Regards,

    Arjun

  • SAHAD
    SAHAD Rank 1 - Community Starter

    Hi @User_LJKSA ,

    Can you please let me know if you were able to achieve this?