Skip to Main Content

E-Business Suite

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!

can I join strings in a joint query?

DidacsterJul 7 2022 — edited Sep 13 2022

I recently joined a company and I'm starting to work with "Oracle Business intelligence enterprise edition". With the "Oracle Business Intelligence 12.2.1.4.0" version to extract the info from the database. I have never worked with software like this...

The case is that I am making a query between two different areas.

One of them gives me numerical values, the other gives me labels from 3 different categories. The column that relates both areas is the ID.

That is, this ID has a label in one area and numerical values ​​are associated with it in the other.

My question is, how can I add the numerical values ​​based on the value of the category column? To represent it all, I've combined the numeric values ​​with a column created with the SUM(0) function, and for the labels, with a column created as ''.

Obviously, this shows me two lines for each ID value, since you can't add strings...

In the result, I would like to ignore the ID column and for the query to show me only three lines, one from each category and the total sum of the numerical values ​​of each of them...

I hope I have explained myself..., Thank you very much!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2022
Added on Jul 7 2022
1 comment
170 views