Hi all,
I have a question. How to make Oracle BI Answers not to hide duplicate rows?
I disabled DISTINCT_SUPPORTED in database features in BI Administration Tool (as it was described here - Shiv Bharti's Blog: Ability to Enable/Disable DISTINCT and ORDER BY Clause in OBIEE at Report Level ), so there are no distincts in report's query when I check query log, but rows in the report are still hiding.
For example, here I have table:
| PERIOD | A1 | DR |
| NOV-16 | Sample | 100 |
| NOV-16 | Sample | 100 |
| NOV-16 | Sample | 300 |
I want to see all the data in my report, all rows, but in the report data display as:

I added rownumber column to check - and it shows that the hided row is counted but not displayed. Any ideas how to avoid this? I have Oracle version 11.1.1.7.150120 if it is important.
Thanks in advance.