I am creating a SSRS list report based on this SQL:
select name, job_id, job_title from HR
name job_id job_title
--------- --------- ---------
Mike Jones 123 Manager
Mike Jones 775 Analyst
Patty Bea 562 Director
Patty Bea 964 Deputy CFO
After creating the design and previewing the report, I get 4 pages based on my SQL results.
When a name has more than one jod_id and job title, I would like to list both on one preview page of the SSRS report.