Hi, I have a dataset with the fields name and city.
One name can have different cities. Is there any way that I can create a report that looks like this?
| Name | City 1 |City 2 | ...
|
|Alex | Spain | Italy | ...
|Peter | Mexico | ... | ...
|Thomas | Germany | .. | ...
Thanks in advanced