Hi All,
I have a report in OBIEE 11.1.1.6.8 in UAT instance which is having huge calculations and all the fields are properly displaying.
The same report we have migrated to Production Instance 11.1.1.6.8 instance, but some of the calculated fields are missing values in it.
So after noticing the issue we found that 'Null' value in one of the dimension field (for eg., Project ID) is causing the issue, so we have include ifnull(ProjectID, 0). Then the values populated in the missing value related fields.
But my question is, why the report worked in UAT instance without applying ifnull and why it is not working in production instance.
we have same RPD and Catalog in both the instances, and checked all the config files everything is same.
Any help will be appreciated
Thanks.