Hi All,
I have two entities:
1. Applications (loans etc)
2. Voting (Board members voting on the applications) many votes to 1 application.
Wanting to generate a report in Dynamics 365 that has the all the voters and their voting status in a single row which relates to one application. See screenshot below
E.g.
Application Number | Application Type | Created On | Status Reason | Voter | Voting Status
1000596 | Loan Application | Approved | 19/06/2018 9:44AM | Approved | Bob Smith, Joe Bloggs, Jane Doe | For, For, Against.
If it is possible to do multiple records in a single row, I will concatenate the Voter & Voting Status fields to make it more readable in a report.