Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Results in report null, but query returns values

kzaneAug 31 2016 — edited Sep 15 2016

Hi, I have a strange behaviour in one of my reports:

The query that runs behind this report returns results normally, however on report we see nulls in these columns. To make it even stranger, this only happens on some rows, not all.

To give an example (obviously the report in question is a bit more complex)

CityID

CityIDCityName
Count of Employees
1Moscow20
2London10
3New York40
4Berlin(null here)

The query that I get from session logs returns Count of Employes for Berlin = 50. So why is null displayed here?

To add to this, if I filter the report in the prompt to CityID = 4, so that only the row with Berlin is displayed, I get the correct Count of Employees!

CityIDCityNameCount of Employees
4Berlin50

If I check the query again, it is identical except for 'where CityID = 4' condition added to it.

What could be causing this strange behaviour?

Thanks and regards,

kzane

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details