Oracle Analytics Cloud and Server

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

Failed to load report

Received Response
31
Views
1
Comments

Summary

Failed to load report

Content

Hi all,

I'm facing the issue, when data type of parameter is number, I set default value of parameter is NULL, the report is loaded error: oracle.xdo.servlet.data.DataException: Invalid parameters requested.

Do you have any idea for this?

Thank you so much!

Answers

  • Misstram94
    Misstram94 Rank 5 - Community Champion

    Because NULL value not exist in list of values of parameter.

    I was union NULL value to list of values of parameter and the report is working now.