I'm trying to build a report from user licenses from an application. One user can have several licenses as shown below:
user_name license name
--------- -------------------------
toreilly GWM Generation Moneypoint
toreilly GWM Generation Aghada
toreilly GWM Generation Ardnacrusha
toreilly GWM Asset Development
toreilly GWM Generation Erne
toreilly GWM Generation Dublin Bay Power
toreilly GWM Generation Lough Ree Power
toreilly GWM Generation Lee
What I'm trying to do is show the output in one row only and the several license names into several columns like this:
user_name license name license name
--------------- -------------------------- ---------------------
toreilly GWM Generation Moneypoint GWM Generation Aghada
Can you help me on this?
Thanks, Bruno