You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting not a group by function for the query in BIP report

edited Apr 7, 2025 3:48PM in Reporting and Analytics for ERP 3 comments

Getting :

ORA-00979: not a GROUP BY expression for the query in BIP report.

Below is my query

I am getting this errow while adding any sub query(Payment Terms). In the group by expression I have mentioned all the select columns, still I am getting the error.


SELECT DISTINCT
CASE
WHEN Substr(vl.legal_entity_name, -4) = '_FIN' THEN
Substr(vl.legal_entity_name, 1, Length(vl.legal_entity_name) - 4)
ELSE vl.legal_entity_name
END "Entity Name",
CASE
WHEN Substr(bu.bu_name, -4) = '_FIN' THEN Substr(bu.bu_name, 1,
Length(bu.bu_name) - 4)
ELSE bu.bu_name

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!