getting error: could not find level detailed enough for GROUP BY clause
784355Jan 11 2011 — edited Jan 12 2011Hello,
Using obiee 11.1.1
I am getting this error message when trying to select one column from the subject area.
I am getting when i am selecting from Customer table any column(in the subject area).
No idea why this error is throwing
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14050] Internal Error: could not find level detailed enough for GROUP BY clause: [CUSTOMER.CUSTOM_TAG1, METRIC.DATE_ADDED]. (HY000)
SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "subject_area_bm"."CUSTOMER"."CUSTOM_TAG1" s_1, "subject_area_bm"."METRIC"."DATE_ADDED" s_2 FROM "subject_area_bm" ) djm
Thanks