Oracle Analytics Publisher

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

Empty columns missing from BI Publisher output in oracle fusion report and analytics

Accepted answer
197
Views
5
Comments
pepala
pepala Rank 2 - Community Beginner
edited Oct 25, 2024 2:24AM in Oracle Analytics Publisher

I have developed BIP report with around 60 columns in my query and generated pipe (|) delimited output. However, my output shows only columns which has data and missing all other columns which does not have any data. My requirement is to include each and every column in the output whether the data exists or not.

Really appreciate your help.

Best Answer

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead
    Answer ✓

    In the data model on the properties page select

    Include Empty Tags for Null Elements

    Rgds,

    Kevin

Answers

  • RichardChan
    RichardChan Rank 6 - Analytics Lead

    That is a bit strange so you are missing pipe separators?

    Could you show your definition as unclear what is happening

  • pepala
    pepala Rank 2 - Community Beginner

    my query is like this with empty columns

    select invoice_number,

    invoice_date,

    NULL custom_column1,

    NULL custom_column2,

    invoice_amout

    from ap_invoices_all

    In the output custom_column1,custom_column2 are not coming but I want these columns as party of my output.

    Thanks

  • pepala
    pepala Rank 2 - Community Beginner

    Thank you so much.

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    You are welcome.

    Rgds,

    Kevin