Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to see multiple values in new line in Oracle SQL
Summary:
Content (required):
I need to develop a BIP report for talent profiles. As per the business requirement, I need to display multiple values (Ex. Skills, Languages etc.) in new line within the same excel cell for each person.
Using Listaag I can display these values with comma delimiter. Tried '\n' in Listaag and it didn't work.
The output with Listaag -
Profileid Skills
--------- ------
10 Communication,Leadership
20 Computer Skills,Team Work
But how to display them in new line? I want the output to be like below -
Profileid Skills
--------- ------
10 Communication
Leadership
20 Computer Skills
Team Work
If anyone know how to achieve it, please let me know.
Tagged:
0