I am new to OBIEE. I am creating my first report. When I am dragging column from subject area and going to Results then I am not able to see any data.
My Subject Area is hr1, table name is countries and I am able to see 25 rows in physical layer as well as in database. Please Advice.
Below is the SQL issued.
SELECT
0 s_0,
"hr1"."COUNTRIES"."COUNTRY_NAME" s_1
FROM "hr1"
ORDER BY 1, 2 ASC NULLS LAST
FETCH FIRST 65001 ROWS ONLY