Oracle Analytics Cloud and Server

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

Analysis does not show data if one measure is null

Received Response
231
Views
11
Comments
Rank 2 - Community Beginner

Hello,

I have one analysis with 3 measures,when i run it says "no data". Reviewing the logs and executing the sqls over the database two measures returns rows but the other one don't.

How can i say to obiee that returns data in the analysis when one measure is null??

Thanks a lot.

Welcome!

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

Answers

  • Rank 6 - Analytics Lead

    you make sure all dims got a record with row_wid=0 or  check joins

  • Rank 2 - Community Beginner

    Thanks Srini but how can i get a record with row_wid= 0??

    The joins are perfect in each measure, the problem is that the analysis does not return data when one measure is null, i need that the analysis shows all measures, something like this:

    Measure 1 = x

    Measure 2 = y

    Measure 3 = null

  • Rank 6 - Analytics Lead

    Try to get the BI Physical query and run in the database if you see data as expected then I would check rpd database properties for Null or config file if any.

  • Rank 2 - Community Beginner

    The physical querys and the joins are fine for each measure as well as the result data, but when one of them is null my analysis doesn't show results.

    Could you explain me where and how making a full outer join between the measures??

    Thanks.

  • Rank 6 - Analytics Lead

    Assuming everything is up there suggested above.

    Now doubting your model and data. Without looking your model and data granularity its hard to tell.

    If Post got more info then anybody can suggest something.

  • Rank 6 - Analytics Lead

    I agree with @Srini, i could guess that you have these three measure in differents physical tables,

    that's the reason why when you choose the another measure doesnt show any data, please, could you put some screemshoots to check, how do you model your RPD.

    .

    Kind Regards,

  • Rank 2 - Community Beginner

    Cesar, thanks for your help.

    In fact i have two facts, one with 2 measures and other with the measure that doesn´t return data for my query. These are the RPD measures screenshots.medida 1.pngmedida 2.pngmedida 3.png

  • Rank 6 - Analytics Lead

    Yes, OK, i got your scenario

      lts.png

    Now, is more clearly, at this point, however, I want to ask you about the layout of your report, because the real solution for your requirement, it depends on of the layout/model of your report and the model of your RPD.

    As a quick workaround , you can use the UNION in Oracle BI Answers, create your report with the measure that shows you data, and with the 11.png button add another criteria for the use of NULL measure, and use a pivot table to show your measure, however it is just a workaround, please, could you give me the layout of your report and tell me your physical/BMM diagram.


    1.png


    Kind Regards,

  • Rank 2 - Community Beginner

    The problem is just there (the pivot table).

    I just realized that my analysis returns results only if exists a pivot table, but if i have only my performance tiles (one per measure) doesn't work.

    Thanks

    conTabla.pngSinTabla.png

  • Rank 2 - Community Beginner

    The Business Model Diagram:

    BBM.png

Welcome!

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