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
178
Views
5
Comments
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.

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Rank 6 - Analytics Lead
    Answer ✓

    In the data model on the properties page select

    Include Empty Tags for Null Elements

    Rgds,

    Kevin

Answers

  • 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

  • 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

  • Rank 2 - Community Beginner

    Thank you so much.

  • Rank 6 - Analytics Lead

    You are welcome.

    Rgds,

    Kevin

Welcome!

It looks like you're new here. Sign in or register to get started.