Combining two rows of data into a single column
Summary:
Combining two rows of data into a single column
IF an employee has two degrees the expectation is to print it into a single row of data.
For example
Employee 123456 has two degrees B.Tech and M.Tech the analysis is printing it in the format
Emplid Degree
123456 Bachelor's Degree
123456 Master Information Systems
Customer needs the data in the format
Emplid Degree
123456 Bachelor's Degree,Master Information Systems
Please suggest how this can be achieved using OTBI
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0